Hi,
Originally posted by xigudun
First of all, thanks to everyone for the help so far.
I think it goes without saying that I will not be storing the data in the db, rather, in folders.
I haven't ever used .htaccess files before though and have no idea where to even start. Nor do I know how to create folders dynamically on the server using php.
Any ideas would be great!
For the ".htaccess" search for tutorials about "php user authentication apache" on Google. I am sure there's even a PHPBuilder article ! The idea is to use Apache to handle user authentication : login, password, folder right access...
For the "create folders", simply search for "php create folder" on the forum. Help us by helping yourself, when you have a question in your mind, don't ask, search for an answer first. Thousands of beginners already asked for it (read my signature ).
Thanks to a good tutorial (first one I found : http://www.devshed.com/Server_Side/PHP/UserAuth) you should get a working system in no time. But don't copy & paste code or anything, understand it, security is not a game 🙂.
Hope it helps,
JM. Molina