I have a form, which contains a textfield for a user to enter their
username. I want to provide a button that allows the user to check to
see whether that username has already been taken up by someone else (a
bit like the functionality available when signing up for hotmail.com)
My question is:
1). How can I send the text entered in the text box to a server side PHP
script?
2). How do I receive the response (simple true or false) from the server
side, back in the form?
username. I want to provide a button that allows the user to check to
see whether that username has already been taken up by someone else (a
bit like the functionality available when signing up for hotmail.com)
My question is:
1). How can I send the text entered in the text box to a server side PHP
script?
2). How do I receive the response (simple true or false) from the server
side, back in the form?
Comment