content top

Login, Logout and Administrate using PHP SESSION, COOKIE & MySQL – Version 2 with remember me option

Login, Logout and Administrate using PHP SESSION, COOKIE & MySQL – Version 2 with remember me option

So, our last post on creating login admin and logout seems to be pretty backdated. We decided to come up with a new post under the same topic. So, to start with, let us see what you will be able to do after following this tutorial:Create a MySQL database for managing admin users. Use SHA1 encryption method to store the password in database. Also insert data into it. Create your own login/logout system in PHP using Cookie and Session along...

Read More

Create Login Admin & Logout Page in PHP w/ SESSION n MySQL

This post has been outdated. Please check the new one here where we have discussed how to create the system using session and cookie with remember me option. In this tutorial we shall see, how to create a basic Login System in PHP using SESSION. We shall discuss, a fully secured login system with MySQL connectivity along with an Online Demo. The login system will redirect access to the admin file if not logged in! It will also show...

Read More
content top
TOP