Creating the Home Page – PHP Login Tutorial #7




In this video, I demonstrate how to retrieve the unique user information from your MySQL database so that it can be shown on the user’s homepage. We use …

Original source


3 responses to “Creating the Home Page – PHP Login Tutorial #7”

  1. Great tuts … just a thought, though … in minute 6 where you echo out the password would have been a great time to add in "echo "Password: " . md5($userData['password']) . "<br />"; on line 20 with a brief explanation as to the value of system encryption.

Leave a Reply