PHP NOTES 15 NOTE 33556 REJECTED FROM FUNCTION ARRAY BY STONE
Date: 30 Jun 2003 18:46:53 -0000

Subject: note 33556 rejected from function.array by stone
From: stone@no-spam

Note Submitter: nchhieu@no-spam
----

hi every body ;o)

I don't know to use an array , Please help me.
In my case :
$arr = array(
'FirstName' => "Tran" ,
'LastName' => "Nguyen"
'Age' => "30" );
When i access a my array following below : $arr[0] = "Tran 1";
$arr[1] = "Nguyen 1 ";
$arr[2] = "35";

then there're errors
Please tips to me how to access array this case.
Thanks.