php3-list | 199908
Date: 08/03/99
- Next message: Graeme Merrall: "[PHP3] SOLN: Posting one for to multiple sites"
- Previous message: Chris Gray: "RE: [PHP3] fopen question"
- Next in thread: Mark Roedel: "RE: [PHP3] 3 month calendar again"
- Reply: Mark Roedel: "RE: [PHP3] 3 month calendar again"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Graeme Merrall: "[PHP3] SOLN: Posting one for to multiple sites"
- Previous message: Chris Gray: "RE: [PHP3] fopen question"
- Next in thread: Mark Roedel: "RE: [PHP3] 3 month calendar again"
- Reply: Mark Roedel: "RE: [PHP3] 3 month calendar again"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

