Date: 12/29/00
- Next message: Tom Beidler: "[PHP] OT general html mail list"
- Previous message: Kyle Jerviss: "Re: [PHP] Generating Maps On Your Web Site"
- Next in thread: Rob Curts: "Re: [PHP] Echo of multi dimension array"
- Reply: Rob Curts: "Re: [PHP] Echo of multi dimension array"
- Reply: Blaster: "RE: [PHP] Echo of multi dimension array"
- Reply: Kyle Jerviss: "Re: [PHP] Echo of multi dimension array"
- Reply: Richard Lynch: "Re: [PHP] Echo of multi dimension array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear Expert,
I have problem with multi-dimension array
the case is like this:
$daily[2][2]="hendry";
case 1:
echo $daily[2][2]; --> it will print hendry
case 2 :
echo "<td>$daily[2][2]</td>"; --->it will print array[2]
Can i know what the problem is?
Thank you very much
Sincerely yours
Hendry Sumilo
hsumilo <email protected>
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Tom Beidler: "[PHP] OT general html mail list"
- Previous message: Kyle Jerviss: "Re: [PHP] Generating Maps On Your Web Site"
- Next in thread: Rob Curts: "Re: [PHP] Echo of multi dimension array"
- Reply: Rob Curts: "Re: [PHP] Echo of multi dimension array"
- Reply: Blaster: "RE: [PHP] Echo of multi dimension array"
- Reply: Kyle Jerviss: "Re: [PHP] Echo of multi dimension array"
- Reply: Richard Lynch: "Re: [PHP] Echo of multi dimension array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

