Part 19: PHP-Admin: Live Check email already exists or not in database using PHP jQuery Ajax

Поделиться
HTML-код
  • Опубликовано: 25 фев 2020
  • Here.. in this video, i have done.. how to check the email exist or not in database using PHP jQuery and Ajax and show to output on frontend
    whether its available or email already taken.
    How to live check email already exists in the database using PHP JQUERY and AJAX

Комментарии • 35

  • @kushbhun6782
    @kushbhun6782 4 года назад +4

    Hey sir... it helped me ...thank you sir....I am a great fan of urs...
    Thank you sir for making this vedio.

  • @isabelbocolo1957
    @isabelbocolo1957 3 года назад

    Greetings. Thank you for these videos. they were really helpful. God bless you

  • @ashu1764
    @ashu1764 2 года назад

    Thank you for these videos.

  • @rianamrodin3503
    @rianamrodin3503 3 года назад

    thank you sir, its really help us...

  • @samuelnewking6184
    @samuelnewking6184 4 года назад

    great one. thanks.

  • @itspriyankaaa
    @itspriyankaaa Год назад

    Thanks a lot!

  • @khanshayena2401
    @khanshayena2401 4 года назад

    Hey.. Can you help me for check email already Exists when data update

  • @simosaid7654
    @simosaid7654 4 года назад

    good job

  • @slanonymous1757
    @slanonymous1757 3 года назад

    can you provide the payment option and verification mail send the email. great job. thank you

  • @t0tzky_
    @t0tzky_ 4 года назад

    Can you make one with prepared statement

  • @yeabsirasolomon5533
    @yeabsirasolomon5533 3 года назад +2

    It helps but even if we enter already existing email and submit the form, it doesn't prevent us or doesn't generate an error.

    • @itspriyankaaa
      @itspriyankaaa Год назад

      signup_process.php
      $sql=$connection->query("SELECT `email` FROM `users` WHERE `email`='$email'")->fetch_assoc();
      if($sql)
      {
      echo 1;
      }
      register.php
      $.post("signup_process.php",{
      name:$("#name").val(),
      phone:$("#email").val(),
      type:1,
      }
      function(data,status){
      if(data==1){
      $("#email").addClass("err").focus();
      }
      })

  • @mohammadnaseerafzali7799
    @mohammadnaseerafzali7799 4 года назад

    thanks dear

  • @yashalshah5622
    @yashalshah5622 Год назад

    How we can achieved dame functionality in laravel?

  • @goutammajee4540
    @goutammajee4540 4 года назад

    Hello Sir, 1. $(document).ready(function() is not working. How to install ready () extension. 2. How to delete row from the database table by the Sweet alert POP-UP box.

    • @HMTDev
      @HMTDev 2 года назад

      jquery ka cdn use kry tu wo work kry ga

  • @shakeelahmad-ei8vy
    @shakeelahmad-ei8vy 4 года назад

    Respected sir which jquery ajax pakge you have installed for autocomplete plz sir write the name

  • @DeepakKumar-pm7ie
    @DeepakKumar-pm7ie 4 года назад

    Next video please

  • @joshuavalencia1819
    @joshuavalencia1819 4 года назад +2

    Thank you so much sir it is 100 % working but i have 1 error haha it shows this This Email is Available . instead of "This Email is Available " , how can I remove this sir ^^ . Love your videos sir please finish this whole system sir please

    • @FundaOfWebIT
      @FundaOfWebIT  4 года назад +2

      Remove the link from dbconfig.php
      Thank you .. Please keep supporting me.

    • @joshuavalencia1819
      @joshuavalencia1819 4 года назад

      @@FundaOfWebIT wow thank you again sir. You are really great. thank you for making this video tutorial sir, I hope you continue to create a helpful tutorial like this

    • @kingsleynmai5608
      @kingsleynmai5608 3 года назад

      @@FundaOfWebIT Which dbconfig.php are talking of ??

    • @kingsleynmai5608
      @kingsleynmai5608 3 года назад

      Can you please the link to that video please

    • @tech361zone
      @tech361zone 3 года назад

      but sir after removing the line css not working for dbconfig.php. What is the good solution ?

  • @Daniel-sk2tq
    @Daniel-sk2tq 3 года назад

    can we already get a tutorial without actually using jQuery and instead using vanilla JavaScript? I want to have my project fast and not having to have to wait for slow jQuery library! :(

    • @tomasengstrom6362
      @tomasengstrom6362 3 года назад +1

      define "slow"... are you measuring with an atomic watch? :O i think you are just being one of those stackoverflow commentaries us experience programmers don't want to mix with! ;)

    • @Daniel-sk2tq
      @Daniel-sk2tq 3 года назад

      @@tomasengstrom6362 actually no what I am saying is that those libraries are heavy for any web app and using them just adds more resources that your web app have to load that’s all and I don’t want that

  • @kingsleynmai5608
    @kingsleynmai5608 4 года назад

    Thank very much with the enlightenment on Jquery/Ajax. My first time of using using JQuery and Ajax. I have this long error which I don't know what the cause o f the error is. I believe the code is working, but instead of it displaying "Email already exist or ID already exist", it displays this long code below
    " Lekma Polyclinic -- "

  • @vaishnukumar7340
    @vaishnukumar7340 Год назад

    Why are you give "check-submit-btn" : 1,

    • @FundaOfWebIT
      @FundaOfWebIT  Год назад

      In the code, we are checking that is the code called from this ajax call only.

  • @deibyrayo
    @deibyrayo 3 года назад +1

    porque me sale esto? Email ya registrado, por favor ingrese otro.