PHP Blog Part 4: How to make Register form in php with email exists, password & confirm password

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

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

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

    Wow sir you're the best teacher to see in all my life

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

    thanks for these tutorial series, ive learnt alot in 1 day

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

    Good sir

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

    Thank uuu 😭😭😭

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

    Done, Sir

  • @ivit1337
    @ivit1337 2 года назад +2

    19:33 it didnt work for me, i get the message error and i didnt get redirected on login.php ...

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

    hey when I added same datta in registration the out put was coming th password and confirm password is not same

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

      even I have added same password and confirm password
      plzz reply me I am facing this problem

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

      same issue with me, it didn't work. i repeat it many times. I got error in message.php

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

    Is there a way that we can see the live email check without clicking the submit button and if it shows email already exist you cannot click the submit button

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

      This can be handle using jquery ajax on keyUp function where you send ajax request and check email exists, then disable the button in success response as per the condition.

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

      @@fundaofwebit Thanks Sir ❤️

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

      @@fundaofwebit please the message isn't showing in mine, only hey! Is being displayed

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

    I dont know what happened to mine. I swear I followed the tutorial and now I'm rewatching the whole thing again. The only message I'm getting is 'Something went wrong' and nothing else....

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

      Comment the if else condition and it will display you the error what you are facing.

    • @bbiyongz
      @bbiyongz 2 года назад +1

      thank you for the reply, really appreciate it. actually what i did is i made a new registercode php file. for idk what reason, there's a problem with the previous file.
      thank you so much for this tutorial btw, i'm learning a lot!

    • @РинатБерикбаев-п4в
      @РинатБерикбаев-п4в 2 года назад

      @@bbiyongz sry which exactly condition did u comment? i have exact error

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

    Label 'header' already defined in C:\xampp\htdocs\Admin
    egistercode.php on line 32
    how to resolve this problem

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

      user function try{
      }catch(Exception $e){
      header("Location: ....");

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

    Sir I have face parse error

  • @vipuljasrotia7518
    @vipuljasrotia7518 4 месяца назад

    Getting This Error
    mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given

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

    The message isn't displaying, it's showing only hey!

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

      Found the issue

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

      Check the session variable name is correct and in both pages session_start() shld be done.

    • @AustinChris_
      @AustinChris_ 2 года назад +1

      @@fundaofwebit Thanks. Issue already settled. I missed the equal to symbol in this part of the message.php page.

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

    Fatal error: Uncaught Error: Call to undefined function msqli_real_escape_string()

    • @fundaofwebit
      @fundaofwebit  2 года назад +1

      Spelling mistake: mysqli
      Eg: mysqli_real_escape_string() function.