how do i check if user exist?
I tried...
$result = mysql_query("SELECT count(uname) FROM users WHERE
uname=\'$username@$domain\'");
if(isSet($result))
return("Username already exists.<br>\n");
but still wont work.. :(
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] check if user exists Ker Ruben Ramos
- Re: [PHP] check if user exists Matt Kaufman
- Re: [PHP] check if user exists Matt Kaufman
- RE: [PHP] check if user exists Craig Vincent
- [PHP] Re: check if user exists Fredrik Arild Takle
- Re: [PHP] check if user exists Philip Olson
- [PHP] wish list? Erick Calder
- [PHP] Re: check if user exists Richard Lynch
- RE: [PHP] check if user exists Matt Kaufman

