A basic login logout system with session
A sample of php script on how to make a login/logout system using session
17th December 07
This is a very simply Login/Logout system script which uses session.
It only uses 1 set of username and password which is set in the php script. I hope you could get some idea on how a login/logout system basically work.
Just copy and paste the php script below and test it yourself.
PHP Code
