I want to ajax script for form validation

Discussion in 'jQuery' started by dineshsingh1984, Jan 2, 2012.

  1. #1
    I want to ajax script for form validation and check email id allready exist in database or not.
     
    dineshsingh1984, Jan 2, 2012 IP
  2. daljit

    daljit Well-Known Member

    Messages:
    312
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #2
    Ok we can do this using jquery .Please PM
     
    daljit, Jan 6, 2012 IP
  3. codingwoo

    codingwoo Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    it's so simple read this tutorial , google "ajax form validation" and click the jqueryfordesigners link.
     
    codingwoo, Jan 7, 2012 IP
  4. beven

    beven Well-Known Member

    Messages:
    483
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    113
    #4
    you can do it with both jquery & ajax
     
    beven, Jan 27, 2012 IP
  5. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #5
    Send the server the email address. Use a SELECT statement (in the server) to query the database. One or more rows returned indicates that the email address exists in the database. (Depending on what you're doing, more than one row may indicate a potential problem.)
     
    Rukbat, Feb 25, 2012 IP
  6. mimo91

    mimo91 Peon

    Messages:
    30
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    there's lots of plugins that do this in jquery :D
    search on google and you ill find them
     
    mimo91, Feb 29, 2012 IP