Here is the one value that can not determine PHP in_array function. I think this is issue with value but why ? I am stuck.
"ZQjEa8EsL2kdHr2xD2jkoWj678FWsLL2Ng1tFjDV/Rgkt0CLiE4f+lvlYrdDjvq2"
PHP Example
<?php
$id = "ZQjEa8EsL2kdHr2xD2jkoWj678FWsLL2Ng1tFjDV/Rgkt0CLiE4f+lvlYrdDjvq2";
$array['selected_options']['12251_12754_3'][0] = 0;
var_dump(in_array($id, $array['selected_options']['12251_12754_3']));
?>
Output
true
Question : Anybody knows why this happen or what I do instead ?
Answers much appriciated !
in_arraylooselyvar_dump(in_array(null, $array['selected_options']['12251_12754_3']));and it'll still yieldtrue