|
|
|
|
Title: PHP Tutorials: Register & Login: User login (Part 1)
Added: Feb 11, 2009
Author: phpacademy
Duration: 9:37
Description:
It is advisable you watch the new Register & Login series at http://www.youtube.com/playlist?list=PLE134D877783367C7Official websitehttp://phpacademy.orgSupport Forumhttp://phpacademy.org/forumFollow us on Twitter!http://twitter.com/phpacademy
Related Videos:
Videos related to 'PHP Tutorials: Register & Login: User login (Part 1)'
Channel: Education
Tags: php programming tutorial tutorials help code learn teach mysql sessions login username password user pass database session
php programming tutorial tutorials help code learn teach mysql sessions login username password user pass database session
Youtube Comments: 805
tayler6000 Says:
Apr 24, 2012 - @thompsonmatthew No that's not it I'm not shire whatni figured out now but what is wrong with it?
tayler6000 Says:
Apr 24, 2012 - @tayler6000 Nvm though this was a different tutorial
thechriskelly12 Says:
Apr 24, 2012 - thanks merlinjosse whats your email so i can send you the file so you can help me edit it as i am only 13 thanks chris
MnuteD Says:
Apr 25, 2012 - I spend hours and yet it's not working.
MnuteD Says:
Apr 25, 2012 - Mine just goes to a blank page. It never connects
MnuteD Says:
Apr 25, 2012 - I'm seriously loosing my cool
isa bella Says:
Apr 25, 2012 - So stuped
MnuteD Says:
Apr 28, 2012 - Just when you open it in a browser just replace the url with "localhost" and it should connect to the internet.
NEXZchannel Says:
May 2, 2012 - I -3 YOU :)
arturojuniorable Says:
May 5, 2012 - but lets say someone does login . how do we make this save the screen name and all the other information ?
arturojuniorable Says:
May 5, 2012 - nevermind i commented to early in the video ! i been wondering how the names and passwords will save itself , but its the auto-INCREMENT that does all the work . very good work
dennis bolt Says:
May 6, 2012 - zxcvzxcv
realwolfcry Says:
May 8, 2012 - If the php page itself is blank after trying to connect to the DB, this *usually* is a sign that you are indeed connected to the DB. If you are indeed getting errors and just aren't seeing them, use mysql_error() to print out any errors the connection may be receiving.
MnuteD Says:
May 8, 2012 - Thanks
MajorGH05T Says:
May 8, 2012 - This is probably a stupid question but I'm just getting back into this I'm using bravenet.com MySQL I can't get this form to connect to my database any suggestions?
IAmADreamer93 Says:
May 11, 2012 - do you have videos which uses PDO instead of mysql?
youartoyube Says:
May 11, 2012 - when I click on 'Log in' it wants to open the php file. Anyone can tell what's up?
MnuteD Says:
May 13, 2012 - mind just says couldn't find db
FreightlinerFred Says:
May 18, 2012 - That's because you're trying to open it on your localhost (Your computer) which cannot be normally be done (unlike HTML). You need to host your PHP files first on a website. Alternatively, you could use XAMPP or EasyPHP which allows you to host them on your localhost.
chanman121392 Says:
May 22, 2012 - i am getting the same problem, did u get it solve??if so can you help tell me the solution.
phpamateur Says:
May 23, 2012 - Go to the website in the description and post your problems there!!
Marshalmapy Says:
May 24, 2012 - You made this so simple to understand. Thank you!
MegaBadboy6 Says:
May 25, 2012 - PC PPPP
XxdolphinxXxX Says:
May 25, 2012 - is this for fantage?












aqcheryl Says:
Apr 23, 2012 - To everyone who got the problem where at the end you enter the user information but you kept getting the die statement "Please enter a user name and a password!" instead of a blank page - check your index.php file and make sure you are using apostrophes ' ' in everything and NOT quotation marks " " - this was my problem! I spent hours trying to figure out why my database wasnt connecting and it was all along it was that the form wasnt sending the information I entered to the login.php file.