This is a discussion on PHP / MYSQL within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Dear all, Do you have anything that fits my requirement: (see below) There are three types of access for the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Dear all,
Do you have anything that fits my requirement: (see below) There are three types of access for the log-in area: 1. Client login - all clients of our agency will be able to login to view their policies online. We already have the policies scanned in .pdf format so it's a straight forward view function, no edit, delete or other functions necessary. We should also allow the client to post a message in a text area to their corresponding servicing agent and this should be sent directly to the agent's POP3 mailbox. We will assign the login name and password for all clients so there is no need to create account, select password, etc. to minimise problems. 2. Agent login - all agents will be able to login to view all their clients and their policies online. Additional functions would be to allow to sort by properties, maybe delete and attach comments to clients, etc. As above, login name and password will be assigned. 3. Administrator login - this master level will allow the user to upload new policies for clients, assign the relevant agents to the policies, add new agents and pretty much everything to do with the database. I would definitely require a web interface for the staff to do all these actions. I already run my own website, I want to add the above functions. My server supports PHP & MySQL. |