Forum Moderators: coopster

Message Too Old, No Replies

Search Script For PHP Multi-dimensional Array

         

akogo

5:06 pm on May 14, 2003 (gmt 0)

10+ Year Member



Anyone know of a script written in php that can search through a multi-dimensional array and display the results?
I tried searching the web, looking at books and can't seem to find anything like it.

eaden

5:27 pm on May 14, 2003 (gmt 0)

10+ Year Member



php has some cool array functions.
check out array_walk and in_array at php.net .. I think there may be some examples on the manual pages there.