Date: 12/29/00
- Next message: Todd Cary: "[PHP] fsockopen() and POST"
- Previous message: Kyle Jerviss: "Re: [PHP] Creating a variable from a value"
- In reply to: Hendry Sumilo: "[PHP] Echo of multi dimension array"
- Next in thread: Kyle Jerviss: "Re: [PHP] Echo of multi dimension array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Try that instead:
"<td>" . $daily[2][2] . "</td>";
-----Original Message-----
From: Hendry Sumilo [mailto:hsumilo <email protected>]
Sent: Friday, December 29, 2000 09:20
To: php-general <email protected>
Subject: [PHP] Echo of multi dimension array
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>-- 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: Todd Cary: "[PHP] fsockopen() and POST"
- Previous message: Kyle Jerviss: "Re: [PHP] Creating a variable from a value"
- In reply to: Hendry Sumilo: "[PHP] Echo of multi dimension array"
- Next in thread: Kyle Jerviss: "Re: [PHP] Echo of multi dimension array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

