Description: phpNet's Simple Login : With this tutorial you will learn how to create a user login script in PHP. It will also check the "user" session variable is empty and if the "loggedIn" session variable does not equal true. If any of those are a true statement, it will stop everything by using the "die" function and tell them that the verification failed. It uses about 2 files and pretty easy to understand and grasp the basics.