My English issnt so good sorry for that.
i have a array:
Array ( [name] => Array
(
[0] => Sorry the name is missing!
[1] => Sorry the name is to short!
)
)
Now I want to test with in_array for eg "name".
if (in_array("name", $false["name"])) {
echo "the array keys";
}
but it dsnt work. could annybody help me please? thanks a lot.