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
- Re: [PHP] explode question Rol
- Re: [PHP] explode question Jason Murray
- Re: [PHP] explode question Chris Lee
- [PHP] explode question Rol

