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

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • 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 4 роки тому

    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...

  • @itspriyankaaa
    @itspriyankaaa Рік тому

    Thanks a lot!

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

    great one. thanks.

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

    good job

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

    thanks dear

  • @yeabsirasolomon5533
    @yeabsirasolomon5533 4 роки тому +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();
      }
      })

  • @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 4 роки тому

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

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

      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 ?

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

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

  • @yashalshah5622
    @yashalshah5622 Рік тому

    How we can achieved dame functionality in laravel?

  • @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 -- "

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

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

  • @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

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

    Can you make one with prepared statement

  • @deibyrayo
    @deibyrayo 3 роки тому +1

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

  • @DeepakKumar-pm7ie
    @DeepakKumar-pm7ie 4 роки тому

    Next video please

  • @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.

  • @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