I'm having a very hard time testing array_search.
$j = array_search( $i, $errList ); echo "j=" . $j; if (($j != false) && ($j >= 0)) {
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
I'm having a very hard time testing array_search.
$j = array_search( $i, $errList ); echo "j=" . $j; if (($j != false) && ($j >= 0)) {
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php