How to check Username availability using php, Ajax, Jquery and Mysql

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • In this video, we are going to learn how to check username available or not using php, mysql, Ajax and Jquary. If you want to restrict duplicate username then this video will helpful to you. www.webslesson....

КОМЕНТАРІ • 42

  • @mosesegboh
    @mosesegboh 3 роки тому

    wow ...still working...6 years later....thanks man.

  • @psychamit
    @psychamit 6 років тому

    don't worry about your voice just start making video in your native language, you are doing a good work.

  • @kazimrahman7499
    @kazimrahman7499 4 роки тому

    Awesome....!!...thanks for GINORMOUS EFFORTS....you are UNBELIEVABLE...!!

  • @raeesfarooq8936
    @raeesfarooq8936 6 років тому +1

    Thankyou very much for such valuable tutorials..
    Kindly post some videos on how to implement 360 degree images in our website

  • @vickygupta1392
    @vickygupta1392 4 роки тому

    Very nice and super video 👌👌

  • @bouayadghizlane5813
    @bouayadghizlane5813 6 років тому +1

    works great for me . Thank you soo much

  • @dhanukafernando3410
    @dhanukafernando3410 7 років тому

    It worked. Thank you Weblesson.

  • @nikhiljain5516
    @nikhiljain5516 5 років тому

    Its working fine for me....Thank You so much

  • @monikakalaivani5786
    @monikakalaivani5786 5 років тому

    Nice its working.....

  • @BiohazardGR
    @BiohazardGR 4 роки тому

    Works. but what should i do if i want to also *prevent* duplicate usernames from submitting & writing into db? (on submit button, what shold i put?)

  • @AnoopkK
    @AnoopkK 6 років тому

    wow !thts osm..its worknn fine for me

  • @jayantidandapat9112
    @jayantidandapat9112 4 роки тому

    thank you so much

  • @swapnilshinde2489
    @swapnilshinde2489 6 років тому

    Nice....Thanks

  • @jungamaroli8567
    @jungamaroli8567 3 роки тому

    how if i want to check with if statement if the span show text Available then ....

  • @vagelisdaldavanis4090
    @vagelisdaldavanis4090 4 роки тому

    For me it works, but I had to write mysqli_num_rows($echk) == '0' instead of mysqli_num_rows($echk) > 0 and change the condition. Thanks

  • @nattathidatanpin258
    @nattathidatanpin258 6 років тому

    thank you very much :)

  • @saleemamir
    @saleemamir 4 роки тому

    No matter how bad your voice is, it would better than this robotic voice throwing in advertisements every sentence. You should re-voice this entire video or have a friend do it. I am sure you would get more likes.

  • @pasqualeitalian1770
    @pasqualeitalian1770 4 роки тому

    fantastico

  • @acizmutefekkir6303
    @acizmutefekkir6303 6 років тому

    Thanks

  • @mementorequiem
    @mementorequiem 8 років тому +6

    omg this robotic narrator is truly obnoxious.

  • @nimeshthakor2546
    @nimeshthakor2546 4 роки тому

    if you get error just chage
    if(data != 0)

  • @redbull__7
    @redbull__7 4 роки тому

    Uncaught TypeError: $.ajax is not a function

  • @waynefaustorilla
    @waynefaustorilla 6 років тому

    That'd be really awesome if it wasn't for the talking terminator.
    It's making the tutorial more annoying than educational.

  • @imdhruv99
    @imdhruv99 4 роки тому

    crete this functionality in Golang

  • @hogrnawzad4777
    @hogrnawzad4777 6 років тому

    please code

  • @frustratedprogrammer683
    @frustratedprogrammer683 3 роки тому

    By text to speech dot us 😌

  • @robiparvez
    @robiparvez 7 років тому

    #FIX
    .....You have mismatched your condition for mysqli_num_rows.
    #proper_code
    if (mysqli_num_rows($result) > 0)
    { echo 'Username Available';
    }
    else
    {
    echo 'Username NOT vailable';
    }
    }
    Anyway, It works if u add this.

  • @sarfarazhussain6883
    @sarfarazhussain6883 7 років тому

    Not working...

  • @ahsanhashmi6741
    @ahsanhashmi6741 6 років тому

    This text to speech dot us fucked me up.

  • @desirocker9099
    @desirocker9099 6 років тому

    by texttospeech.us

    • @GDAbsorb
      @GDAbsorb 5 років тому

      *by **texttospeech.us*

  • @ATPsi
    @ATPsi 8 років тому

    not working

  • @leffebier2234
    @leffebier2234 8 років тому

    doesn't work