2-Step Verification Based Login System using OTP | PHP Project | JS | PHPMailer | Mysql

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 36

  • @sixtusushahemba9419
    @sixtusushahemba9419 Před rokem

    You know what? First, I honestly respect you, for such a great and deep understanding of how these languages work. Your explanation also is well clear and detailed. I really love it, I would appreciate if you can make a tutorial of this same kind but consisting of Signup form, Login form, Sign out and Update password. The Update password is actually the reason why I'm suggesting this. Cos I do have a site consisting of those three but don't have a proper knowledge on how to make the user Update their password.

    • @CSwithNJ
      @CSwithNJ  Před rokem

      Thanks alot for the appreciation. As for the reset password is concerned, I will try to make a video about it (hopefully soon)

  • @theunknownlegend6971
    @theunknownlegend6971 Před 2 lety +1

    Thanks Mam for this video

  • @wp2799
    @wp2799 Před 4 měsíci

    Thankss :)

  • @aogunnaike
    @aogunnaike Před 2 lety +1

    👍

  • @veeresh812
    @veeresh812 Před měsícem

    Mam how your email and otp came in mysql table. Im having issues with that please reply as soon as possible

  • @paindos
    @paindos Před 2 lety +1

    Gmail SMTP doesn't work. They closed their services. Do you have any other SMTP such as sendinblue etc? If yes would you please make a video so that we can learn how to send verification email

    • @CSwithNJ
      @CSwithNJ  Před 2 lety +1

      Thanks for idea; I'll definitely look into it.

  • @user-zl5un8xx2w
    @user-zl5un8xx2w Před 10 měsíci

    Hello, i can't get my database(PhpMyAdmin) to connect, it keeps showing "Undefined variable $num_rows in C:\.\backend\login.php on line 17", is there a specific video that i can refer to create the database shown?

  • @bolgorwheat8753
    @bolgorwheat8753 Před rokem

    Hi, what database table did you create for this? Only email?? Thanks.

  • @edjoshualajola7635
    @edjoshualajola7635 Před 2 lety

    do you have a sample on how did you do on creating table in mysql workbench the email and otp?

    • @CSwithNJ
      @CSwithNJ  Před 2 lety

      I am not quite sure what are you trying to ask. If you have not used workbench you can use phpadmin and create a very basic table with two fields and make their data type varchar. It's a very basic table that is why I skiped creating that table in the video; however connectivity with the database through php, I have shown that in the video.
      If you really interested in seeing that table creation then you man checkout my other videos. And for the mysql workbench you can download it with mysql community server.

  • @RamyaK-po4qo
    @RamyaK-po4qo Před rokem

    Failed to load resource: the server responded with a status of 404 (Not Found)
    localhost/:1 Uncaught (in promise) SyntaxError: Unexpected token '

  • @jessenjie6202
    @jessenjie6202 Před 2 lety

    do you know how to send otp for mobile fhone and works for many countries?

    • @CSwithNJ
      @CSwithNJ  Před 2 lety +1

      You should combine the contents of this video with czcams.com/video/SNcXnuy4WC0/video.html video for sending OTP as SMS. I believe MessageBird works for many countries.

    • @jessenjie6202
      @jessenjie6202 Před 2 lety

      @@CSwithNJ thankyou!!

  • @yashboy4223
    @yashboy4223 Před rokem

    What is inside of vendor file.
    Video mai vendor file dikh rahi hai, par website mai jo source code hai usme vendor file nahi hai.

    • @CSwithNJ
      @CSwithNJ  Před rokem

      Ap code download ker k use folder man jaker "composer install" command execute kerain ge to ye folder khud ke create ho Jae ga. Agar composer installed Nahi to pehlay composer install karain. Composer PHP ka package manager hay just like npm is for node

    • @yashboy4223
      @yashboy4223 Před rokem

      @@CSwithNJ Thank you mam, par mere vs code mai composer downloaded hai, par jab mai terminal mai package install karne ki koshish karta hu tab 'can't recognize composer' yesa error aata hai

    • @CSwithNJ
      @CSwithNJ  Před rokem

      Run "composer -v" in the terminal and see what response u get

    • @yashboy4223
      @yashboy4223 Před rokem

      @@CSwithNJ ye method bhi kam nahi kar rahi. Maine vscode mai composer extension download kiya hai, par running time mai not activate yet yesa message aa raha hai. Kya Muje systemai mai bhi composer download karna hoga

  • @tntechnology3049
    @tntechnology3049 Před rokem

    Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\OTP-Based-Login-System-In-PHP-JS-main\backend\login.php on line 9

    • @CSwithNJ
      @CSwithNJ  Před rokem

      Have u installed phpMailer? If no then install it if yes then perhaps the path to vendor/autoload is different.

  • @TAHA_YONIS
    @TAHA_YONIS Před rokem

    can you send the database code, I try several times all time error, I don't know why

    • @CSwithNJ
      @CSwithNJ  Před rokem

      What error are u getting?

    • @CSwithNJ
      @CSwithNJ  Před rokem

      You can watch my e-commerce series to get an idea of how to create a database, tables and fill data in it.

    • @TAHA_YONIS
      @TAHA_YONIS Před rokem

      I didnot Know what is wrong i do all well and connected put NO OTP GENERAT

    • @TAHA_YONIS
      @TAHA_YONIS Před rokem

      @@CSwithNJ can you send the SQL THAT YOU USED IN THIS VEDIO PLEASE

  • @TAHA_YONIS
    @TAHA_YONIS Před 2 lety

    Can you send cod of style. Css please

  • @cachaperena1893
    @cachaperena1893 Před 2 lety

    can I have source code for this?

    • @CSwithNJ
      @CSwithNJ  Před 2 lety +1

      The link for the code is in the description box; plz check ot out.