How to Create Login Page in PHP and MySQL with Session
How to Create Login Page in PHP and MySQL with Session
In my previous tutorial called "How to Create Secure Login Page in PHP/MySQL", I explain on the three ways on how create a login page using PHP/MySQL.
This time, I will add more functionality on this tutorial. We will add session so that we will know if the visitor has logged in on our site or not.
In PHP, there is a variable called $_SESSION. Session allow you to store information and used it in any pages that you like.
- Read more about How to Create Login Page in PHP and MySQL with Session
- Log in or register to post comments
- 326 views