PHP: Creating a simple PHP login (Part 1)
Loading...
14,758
Loading...
Uploader Comments (abell12)
see all
All Comments (30)
-
@abell12 ok2..i will try..thnks ;)
-
This works ty ;)
-
dreamweaver sux. at least you dun do wysiwyg :D
also never name submit buttons submit. they dun need names at all unless you use the value of em in php
you also should add the 2. vid into the description or as video response :D
greetz GottZ
Loading...
thanks dear.i have done all your step in the video..which i follow all 4 part..
when i click login..
this will appear?
Click here to enter the members area"; $_SESSION['username']=$dbusername; } else echo "Incorrect password"; } else echo ("That username doesnt exist"); } else die ("Please enter a username and password"); ?>
why? i have check the code many time..
hope you will help me..this my final year project degree ;) thnks alot..
diela885 2 weeks ago
@diela885 Does the code appear in the browser?
abell12 2 weeks ago
@abell12 yes..it appear in browser..
diela885 2 weeks ago
@diela885 Its a server issue. If your using localhost re-install it or if your using a web server contact them.
abell12 2 weeks ago
How to create localhost?
diela885 2 weeks ago
@diela885 Download it. I use WAMP but there are others XAMP is another popular one. google WAMP or XAMP and it should be fairly straight forward
abell12 2 weeks ago