Jump to content

Need to check whether themail id exists in database or not ("on client side")


anushka

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.