[PHP] Echo of multi dimension array From: Hendry Sumilo (hsumilo <email protected>)
Date: 12/29/00

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>