|
Posted by Jim Carlock on 02/04/06 01:49
For arrays of arrays, how do I access the "ani/pic-1.gif" element?
$aImages = array("custom_pools", array(array("ani/pic-1.gif",
"Replica 1974 Gibson Les Paul Guitar", "pic-1.jpg",
"description", "pagetitle", "metadescription", "metakeywords",
"<h1>h1</h1>"),
I tried $aImages[0][0] but that returns "c".
I then tried $aImages[0][1], and that returns "u".
I then tried $aImages[0][0][0] and that returns an empty string.
I did get another array(array to return the proper values, but now
that I placed a string as the first element and an array of arrays as
the second element... :-z
Thanks.
Jim Carlock
Post replies to the newsgroup.
Navigation:
[Reply to this message]
|