anushka Posted March 3, 2008 Share Posted March 3, 2008 Hello everyone i want to check whether the mail id exists in database or not by using ajax. And i want to tell that mail id is available to them or not when they are doing registration with us .Can any one tell how to proceed. Quote Link to comment Share on other sites More sharing options...
haku Posted March 4, 2008 Share Posted March 4, 2008 Create a php script that checks if the email exists in the database. Have it echo 0 if it doesnt, 1 if it does. Then use an ajax script to call the php script. Read the results when they come back, then use them to display whether the email exists or not in the way you want to display it. Quote Link to comment Share on other sites More sharing options...
anushka Posted March 5, 2008 Author Share Posted March 5, 2008 Thank You Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.