I'm an intermediate student of php/mysql. I want to develop a system that allows the client to login and view physical documents related only to their account. My intention is to provide the client the user login id and pass. However, in addition, I want to be able to allow non-clients to register and view info not available to non-registered users.
- How many different database/table components and functions will be involved?
- Has anyone here done this before?
- What book or website specifically addresses developing this level of web application?
I want to keep it simple but I don't want to leave anything out as far as security is concerned. I've got a few months to put this together.
Thanks!