PHP Login - Step 4 and 5
Uploader Comments (rrphillips)
Top Comments
-
register.php ?
All Comments (49)
-
thank sir,,, quick but nice tut
-
Hi thanks for the great tutorial, I have a problem though, when I enter my username and password it opens checklogin.php and displays it as brut text. I don't know why it does that.
-
i didnt get the same results i keep getting a blank page
-
@Flashyxxx you need the session_Destroy
-
my checklogin.php is blank, only this thing apper " } " can some one please help me
-
I like your tutorials.... Clear Explanation. Wonderful....
-
I have error:
Parse error: syntax error, unexpected T_VARIABLE in /home/ikjvrit/public_html/flde
r/checklogin.php on line 6 -
it does not work can you help me
thanks
-
Hunky Dory FTW.
-
Thank you a lot!
This really helped me, I almost lost you at:
"session_register(myusername);
" but in this tutorial you kinda explained it :D
can you please make a regestration page tutariol??
max100oo 3 years ago 4
I'll keep that in mind. This video is a very generic example of logging in to a site assuming the account already exists. But yes, It would be nice to give a new user the ability to register an account, creating a username (not already used) and password.
rrphillips 3 years ago
i need visual studio for to use Mysql and write the commands??
swindler010 3 years ago
not at all. PHP can be written/edited with any of the hundreds of free text/html/code editors out there. I use Notepad++. Crimson editor is a nice one, too. The MySQL queries are embedded in the PHP. And, you can interact with your MySQL database directly using the popular phpmyadmin interface--which most web hosts already have set up.
rrphillips 3 years ago