PHP Lesson 06: User Login
Uploader Comments (gorilla3d)
All Comments (30)
-
Dude that's not even safe to use..
-
@likesoursugar Also My one Please Help.
-
Hay Muchas formas de hacer un log a cierta página por medio de php.
Desde incluir caché demás cosas.
El chiste aquí es la lógica de cada usuario de quien lo vea, este es un método básico para ello.
-
could you please do some tutorial on a catalogue table & add to cart, i'm having trouble trying to set up session so only logged in member can complete checkout..currently non-registered & non-logged in memers are completing checkout..i can't figure out where i 've gone wrong???? i only want logged in memers to complete check & if not logged in to force login or registration
Please upload some Tuts!! if possible...and you have some spare time...
THANK YOU KINDLY
-
Excellent!!!! you explaing php & mysql very clear with justifications...
most of my teachers in TAFE are knowlagable, however, cant transfer
their knowlage very well...REALLY GREAT TUT'S
-
Just wanted to say a quick thank you for a great tutorial. This is exactly the kinda' help I needed to get started.
-
which editor are you using that is attached with opera
-
I got these errors:
Notice: Undefined index: username in C:\xampp\htdocs\testsite\index
.php on line 5 Notice: Undefined index: password in C:\xampp\htdocs\testsite\index
.php on line 6 why?
-
doesnt work fail
-
This script doesn't work at all even though i have used several servers. i've doubled checked script so i did what he is doing in the video any ideas?
I clicked on the link to your site and according to Avast it contained a Trojan Horse.
Hazzertipper 3 years ago
could you let me know a specific page? If this is true defiantly not a good thing
gorilla3d 3 years ago
The username is case-sensitive.. any idea on a fix?
jrox007 3 years ago
if(strtolower($username) == strtolower($_POST['username'])) {
}
gorilla3d 3 years ago