hi vartotojas,
well from my own project, what i did was i had a table in the database that consists of all the username and passwords(encrypted form) after which, i created a login form using html with username and password boxes. Then i create a php script that will capture the username and password entered and compared it with the table i had created in the database that consists of the members' names and passwords. If match, the user can log in, if not it will not be allowed to log in.
Furthermore, u can read up more on php sessions. Hope it helps
http://www.php.net/session
rgds,
tris
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
Offline 51 posts
since Sep 2005