Hi
I'm having a problem with array_search, i can get it working from a hard coded array, but when the array has been created from a string using explode("\n", $string); it doesn't work. It will return the last item key in the array if I search for that, but otherwise it returns nothing.
anyone know what's wrong? or a workaround?
thanks
nic