Hi there,
I want to check if a value is in an array and if so, return the index of that value.
I can use the in_array() function to check if the index exists, but I can't find a way of returning the index once I know its there.
Any ideas?
Cheers, Jo