Posted by Sanders Kaufman on 02/02/07 16:12
Anna wrote:
> After a query, I need to put all data in a bidimensional array this way:
> every index of the array is an array, so that:
>
> my_array[0] is array("data1"=>g,"data2"=>sd,"data3"=>ds)
I don't think you can make the INDEX (key) an array.
The value - yes, but the key - no.
What you've got there is an "associative" array.
[Back to original message]
|