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
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 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
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 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!
Thank you we always learn something new from your channel Good Work Keep it Up ❤❤
thanks
Make sure to store the passwords as salted hashes
Yum
People who know 😳💀
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
Thanks for your support ❤
Thank you you for saving my last minute project
welcome bro
Same here 😂😂😂
best video ever thanks a milion brother
thank you so much
Brother please reply is that 1 device 1 login
Thank you for this tutorial :>
You're welcome 😊
Thanks xd I didn't know how to do it
Glad I could help
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
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.
@@KalongCaves i still face the same problem even i already fixed the input name in my html. do you have any fixes?
@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
source code pls...
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
check the code again, there is query error on login.php line 11, check that again
Using this design how can I hash the password that I set in phpmyadmin?
there are many functions to hash or encrypt the password that you can use easily to store password and get password.
@@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!
why is my Success or Failed to login won't show when i login or input incorrect username and pass
did u fixed it
My game is actually about dolphins :)
@dear programmmer My Login is not working why i have done everything the same as u plz reply
what the error says
@@qrive When i click the login button it is not functioning the success and error
please check the code again, it will work
i think ur xampp not active or the connection to login.php is not right
Bro why error Page is working but my Success page is not What should i do?
pls?
i have same problem did u fix it?
@@stickymann8419 im also facing the same.. what to do
Hello you already fixed it, how because i have a same problem
Parse error: syntax error, unexpected variable "$host" in C:\xampp\htdocs\login\login.php on line 11
can you help me
check if you have declares variable $host, you may have miss some thing
when i open "localhost/login/index.html" after starting xampp it says not found , what do i have to do?
check if there folder and files again
By default it's webserver path in apache.conf is htdocs>html
So kindly change the default path to required path
your folder should be on xammp folder under the htdocs folder