Username

Password

Email


= 1) echo "The Username you Supplied Is Already in Use! Back
"; $check2 = mysql_query("SELECT * FROM users WHERE email='$email'"); if (mysql_num_rows($check) >= 1) echo "The Email you Supplied Is Already in Use! Back
"; else { $password2 = md5($password); $register = mysql_query("value and stuff)") or die(mysql_error()); /** htmlentities for normal XSS prevention **/ echo "Thanks for registering, " . htmlentities($username, ENT_QUOTES) . "!Home"; } } } ?>