Login Page With Authentication Using PHP & MYSQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 48

  • @samiullahabbasi4640
    @samiullahabbasi4640 ปีที่แล้ว +6

    Thank you we always learn something new from your channel Good Work Keep it Up ❤❤

  • @wauwau1
    @wauwau1 9 หลายเดือนก่อน +13

    Make sure to store the passwords as salted hashes

    • @HexOverride
      @HexOverride 4 หลายเดือนก่อน

      Yum

    • @bilel__1
      @bilel__1 3 หลายเดือนก่อน

      People who know 😳💀

  • @copyartproducoesclovisgonc9250
    @copyartproducoesclovisgonc9250 3 หลายเดือนก่อน +1

    I had never seen a video, just with music, that was so explanatory. So efficient. So good. I am from Brazil. Congratulations to you.
    Note 1,000

    • @DearProgrammer
      @DearProgrammer  3 หลายเดือนก่อน

      Thanks for your support ❤

  • @ikerseoane1836
    @ikerseoane1836 11 หลายเดือนก่อน +4

    Thank you you for saving my last minute project

    • @DearProgrammer
      @DearProgrammer  11 หลายเดือนก่อน

      welcome bro

    • @yoongihv
      @yoongihv 7 หลายเดือนก่อน

      Same here 😂😂😂

  • @magickomchanell4556
    @magickomchanell4556 11 หลายเดือนก่อน

    best video ever thanks a milion brother

  • @abdullahJahangir-v5b
    @abdullahJahangir-v5b 4 วันที่ผ่านมา

    Brother please reply is that 1 device 1 login

  • @AkinaMori24
    @AkinaMori24 4 หลายเดือนก่อน

    Thank you for this tutorial :>

  • @Mag0D0rmid0
    @Mag0D0rmid0 10 หลายเดือนก่อน

    Thanks xd I didn't know how to do it

  • @KalongCaves
    @KalongCaves หลายเดือนก่อน

    i dont have error, it was just this warning in this line "$conn->close(); ", the login always go to error instead of success, ive check the db and the query all the name seems match up and nothing typo etc, what happened here

    • @KalongCaves
      @KalongCaves หลายเดือนก่อน

      nvm i fixed it, for those who wondering, mine problem is in the html, the input name is different in $username, i used the biggercase instead of lowercase on the html name input.

    • @oktavioedsel538
      @oktavioedsel538 หลายเดือนก่อน

      @@KalongCaves i still face the same problem even i already fixed the input name in my html. do you have any fixes?

    • @KalongCaves
      @KalongCaves หลายเดือนก่อน

      @oktavioedsel538 it must be around the connection and the html, bcs if it's from db the code must be fine, try looking by the connection declaration on success function in html section and make sure every function word is synced up with connection php. Except the login button get you through blank white screen, then it just be something wrong with your db or your ports

  • @muhammadhaykal8708
    @muhammadhaykal8708 8 หลายเดือนก่อน +3

    source code pls...

  • @ghofranechahed652
    @ghofranechahed652 2 หลายเดือนก่อน

    Fatal error: Uncaught Error: Call to undefined function query() in C:\xampp\htdocs\login\login.php:11 Stack trace: #0 {main} thrown in C:\xampp\htdocs\login\login.php on line 11
    where is the problem please

    • @DearProgrammer
      @DearProgrammer  2 หลายเดือนก่อน

      check the code again, there is query error on login.php line 11, check that again

  • @GrandmasArmpit
    @GrandmasArmpit 2 หลายเดือนก่อน

    Using this design how can I hash the password that I set in phpmyadmin?

    • @DearProgrammer
      @DearProgrammer  2 หลายเดือนก่อน

      there are many functions to hash or encrypt the password that you can use easily to store password and get password.

    • @GrandmasArmpit
      @GrandmasArmpit 2 หลายเดือนก่อน

      @@DearProgrammer Thank you for the reply! I ended up finding a way to implement storing the hashed password as well as checking if the password entered matches the hashed password!

  • @cashcarti5868
    @cashcarti5868 ปีที่แล้ว +3

    why is my Success or Failed to login won't show when i login or input incorrect username and pass

    • @serrerro543
      @serrerro543 9 หลายเดือนก่อน

      did u fixed it

  • @Gryningen360
    @Gryningen360 9 หลายเดือนก่อน +1

    My game is actually about dolphins :)

  • @serrerro543
    @serrerro543 9 หลายเดือนก่อน

    @dear programmmer My Login is not working why i have done everything the same as u plz reply

    • @qrive
      @qrive 9 หลายเดือนก่อน

      what the error says

    • @serrerro543
      @serrerro543 9 หลายเดือนก่อน

      @@qrive When i click the login button it is not functioning the success and error

    • @DearProgrammer
      @DearProgrammer  9 หลายเดือนก่อน

      please check the code again, it will work

    • @KalongCaves
      @KalongCaves หลายเดือนก่อน

      i think ur xampp not active or the connection to login.php is not right

  • @xeoayush5185
    @xeoayush5185 11 หลายเดือนก่อน

    Bro why error Page is working but my Success page is not What should i do?
    pls?

    • @stickymann8419
      @stickymann8419 10 หลายเดือนก่อน

      i have same problem did u fix it?

    • @just_call_me_vikky
      @just_call_me_vikky 10 หลายเดือนก่อน

      @@stickymann8419 im also facing the same.. what to do

    • @annierosed.borines987
      @annierosed.borines987 8 หลายเดือนก่อน

      Hello you already fixed it, how because i have a same problem

  • @bexx21021
    @bexx21021 3 หลายเดือนก่อน

    Parse error: syntax error, unexpected variable "$host" in C:\xampp\htdocs\login\login.php on line 11
    can you help me

    • @DearProgrammer
      @DearProgrammer  3 หลายเดือนก่อน

      check if you have declares variable $host, you may have miss some thing

  • @batosu1983
    @batosu1983 ปีที่แล้ว

    when i open "localhost/login/index.html" after starting xampp it says not found , what do i have to do?

    • @DearProgrammer
      @DearProgrammer  ปีที่แล้ว

      check if there folder and files again

    • @hemanthkumar9566
      @hemanthkumar9566 11 หลายเดือนก่อน

      By default it's webserver path in apache.conf is htdocs>html
      So kindly change the default path to required path

    • @wannia890
      @wannia890 9 หลายเดือนก่อน

      your folder should be on xammp folder under the htdocs folder