Hello all,

I would like to check some names ( @ seperated strings) with this global $PHP_AUTH_USER

I first do
    $arrLoginName = explode("@", $row->usr_loginName);

How can I construct a loop which stops and returns true if a match is found?


Any hints would be great.

Many thanks

Roland

Reply via email to