Finding the position of an element in a simple array

lennocka

New Member
Let's say we have this array:\[code\]Array ( [0] => 10 [1] => 45 [2] => 23 ) \[/code\]How can I determine the position of element '45' in this array?I'm using PHP.Thank you.
 
Back
Top