Ask a Question related to PHP Notes, Design and Development.
-
stone@php.net #1
note 33556 rejected from function.array by stone
Note Submitter: [email]nchhieu@yahoo.com[/email]
----
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.
stone@php.net Guest
-
note 33980 rejected from function.imagecopymerge by torben
Note Submitter: caj@gmx.com ---- is there a posibility to create an image on the fly using this function and not so save it, but displaying it... -
note 33837 rejected from function.main by didou
Note Submitter: flamingskull14@aol.com ---- Umm, I'm a bit confused as towhat I'm actually supposed to report, because my Blog Software (b2)... -
note 33824 rejected from function.array-combine by alindeman
Note Submitter: alwin@braq.nl ---- This is just the function what i was looking voor. Unfortunately, it can only be used with PHP 5.0. ... -
note 33757 rejected from function.fopen by pollita
Note Submitter: Ben Dover ---- Your pop up ads are really dumb and stupid. So are the dumb emails I recieve! -
note 30881 modified in function.unset by stone
How to delete from an array. Answer to . Unset() completly deletes an entry from the array. If you want the array numeric keys follow in a natural...



Reply With Quote

