Posted by Fabio on 08/20/07 12:15
"Kim Andrι Akerψ" <kimandre@NOSPAMbetadome.com> ha scritto nel messaggio
news:5itb1gF3qq0jjU1@mid.individual.net...
>> Thanks
>
> No problem.
Thank yo!
Finally good news about php and someone in this NG that tell them to me :)
Another one: since the array is always ordered, can I get the item number n
also if I registered it with a key?
Something like that would work :)
$a = array("a" => "first", "b" => "second", "c" => "last one");
$value = $a[1]; // get "second" that is at the index #1
Thanks again.
[Back to original message]
|