Hi, I want to make a form using php and javascript.
In the form, user need input the username, then the program will check the wheather the username is used by other or not though the mysql database after the user push the submit button, if it is used by other, then the alert window will be pop up and alert the user its name is used by others.
Can I make this script??