RE: [PHP] Echo of multi dimension array From: Blaster (blaster <email protected>)
Date: 12/29/00

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>