Posts Tagged ‘PHP’

Simple Login, Logout & Sessions in PHP

Tuesday, June 8, 2010 1:34 No Comments

I am going to provide an overview of how I got the login system on my website to work. I will start by mentioning this should not be used to protect sensitive information (ie: health records) because it uses a table you add to your database. The table I used is: User table stored in database. [...]

This was posted under category: PHP Tags: , , , , , , , , ,