Vanadium Ajax usage of form validation?

Source: Internet
Author: User
Found a form-verified jquery on the web
Http://mrthink.net/jquery-form-valida ...
This effect is very good, the usage is very simple, support Ajax
But I don't know how to use Ajax PHP to verify that a user name exists
For help, I am not very familiar with Ajax.

Reply content:

Found a form-verified jquery on the web
Http://mrthink.net/jquery-form-valida ...
This effect is very good, the usage is very simple, support Ajax
But I don't know how to use Ajax PHP to verify that a user name exists
For help, I am not very familiar with Ajax.

An example of jquery's Ajax authentication username

Verify user Name JS method uname:: Enter the user name function Ajax_check_uname (uname) {    var url = '/check/uname.php ';//Here is your PHP    $.post ( Url,{uname:uname},function (data) {        if (' success ' ==data) {            return true;//on behalf of validation success!        } else{            //verification failure how to deal with yourself to study it        }    ); PHP section if (isset ($_post[' uname ')) {  //Secure data processing  #TODO  //Database query if exit (' success ') is not present;  If present, return the error message you need  //Maybe you should use the JSON format to study it specifically.
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.