Hi,
I'm a total php newbie so please bear with me.
I would like to allow my customers to login to a secure section of the site which will show only the content specific to the customer--not generic content available to all customers. For example, files only he/she can download (out of many in a directory); his/her account information (out of a database with many accounts), etc. I have installed a very good php script that authenticates users then send them to a specific secured directory. It's limited because I'd have to create tons of directories to tailor to each new customer. My understanding is that I should create a database with the customers' info and authorized files, a template html page and so on so it can dymamically pull the appropriate data from the database and insert into the template. Is that right? If so, how do I get this accomplished?
Thanks so much.