Page 1 of 1

Searching a two-dimensional array

Posted: Sun Sep 14, 2003 4:06 am
by dave_c00
HI,

Can i still use array_search to search a two dimensional array and if so how do i go about it??

Ideally i would like the user to enter a field and for the funciton to search the data and print the results.

Thanks

Dave

Posted: Sun Sep 14, 2003 5:42 am
by twigletmac
Could we see an example of the array you want to search?

Mac