I have a mysql table with username and password as the fields. What I would like to try and do is restrict a folder with a bunch of mp3 files to only members that are in the mysql table.
Any suggestions?
thanks
EDIT:
I found out the way to do this is mysql_mod_auth but I would like to somehow use sessions...?