Nevermind i solved it. i used the following
$array = array(0 => 'blue', 1 => 'red', 2 => 'green', 3 => 'red');
$key = array_search('green', $array);
// $key = 2;
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community