$w = mysql_query("SELECT * FROM users WHERE username='$username'");
$arr = mysql_fetch_row($w);
if (!$arr)
show_error_msg("Error", "Unable to create the account. The user name is possibly already taken.");
this is my screenshot
Edited by niurexx, 12 December 2008 - 12:00 AM.
