Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am making a user sign up form. When the user submits a form, if the user name is a duplicate then show the user name as a primary key not repeated.

I would like to show a message to the user that the name already exists if the name they provide is a duplicate.



Any help is greatly appreciated.
Posted
Updated 3-Jun-11 0:11am
v2

1 solution

use AJAX,
http://www.w3schools.com/php/php_ajax_database.asp[^],
you can get data without reloading a form
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900