Hi,
Could one of you guys help me fix my code to check if username exsists,
here is what i got
Could one of you guys help me fix my code to check if username exsists,
here is what i got
Code:
//does username exist? $check_user="select username from". $db ."where username=".$username; if($check_user===$username) { Echo "already taken!"; } Else { echo "done!"; }
Comment