Hi
We have some code ..keeping it simple
Start Loop ..
array_push ( $array('id'=>$id, 'data'=>$data, 'name'=> $name));
End loop...
Whatt I need to do (hopefully without looping around the array) is extract the whole row for a given id so I get the id,data,and name. Something like "get data from array where id =xx".
I cannot seem to find a way to do this.
Thanks folks