Searching a array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kardon33
    New Member
    • May 2007
    • 158

    Searching a array

    What would be a good way to search a multidimensiona l array to see if it had a word total in the 3rd colom and than take that element out if it had it.
  • kovik
    Recognized Expert Top Contributor
    • Jun 2007
    • 1044

    #2
    array_search() will do it for you.

    Comment

    Working...