i would like to password protect pages on my site. i already have a mysql database with usernames and passwords. what i need now is a login script with session using this data. any help how to start?
if you're running apache look into .htaccess http://httpd.apache.org/docs/howto/htaccess.html there are built in php functions to go with this such as PHP_AUTH_USER....