Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

[PHP3] 3 month calendar again From: Oleg Timofeyev (olegtim <email protected>)
Date: 08/03/99

Hi everyone,

I am trying to move all the days of the given month into a multidimensional
array.
Where days_array[Mon,Tue,Fri.........][5], 5 is for maximum number of
members that could be there which will be dates.
I am having problems with declaring the array and initializing it the way I
want it. Any ideas on how to do it? Later, after all the dates moved into
the array, I will print them out in a form of a calendar.
I have tried something like $days_array[1][5] = $day; or $days_array =
array("Mon"=>array(), "Tue"=>array().......) and it doesn't work.
Please help!!

Sincerely,
Oleg

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>