I need help finding rows in a atable using mysql_unbuffered_query()...
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /register.php on line 39PHP Code:$select2 = mysql_unbuffered_query("
SELECT id FROM `accounts`
WHERE `email` = '" . $email . "' || `name` = '" . $name . "'
");
if(!mysql_fetch_row($select2)){
quit('Someone already has your email address or character name!');
}
Someone already has your email address or character name!










Bookmarks