Results 1 to 2 of 2

Thread: dynamic check of email address?

  1. #1
    Join Date
    Mar 2008
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default dynamic check of email address?

    Hi,

    I'm looking for a AJAX dynamic checker that I can use to query a database for an email address.

    I want to check if an email address is already in use, and I wanted to try it live... Does anyone have any starting points? I've googled dynamic checking etc, but couldnt find anything relevant.

    Thanks

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    you would need to write a php script that did the checking then with the Javascript in the file reference the php page and return whether it (email address) was present in the database.


    So you would need to create php page that connected to the database in question
    performed a query to select the email address in question
    then return true or false depending on whether the query was present
    create some type of output page that parsed html onto the screen
    create a javascript function that performed the check and outputted the results

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •