Help a Beginner with a PHP based Login System
- by Brian Lang
I'm a bit embarrassed to say, but I've run into issue with creating a PHP based login system. I'm using a site template to handle the looks of the the login process, so I will spare you the code. Here is my thought process on how to handle the login:
Create a simple login.php file. On there will be a form whose action is set to itself. It will…