Web Hosting Talk







View Full Version : Can you help?


phpprobid
01-23-2004, 07:47 PM
Hi,

Does anyone know of a software package that allows us to create our clients accounts so that they can login and view there project status?

For example when we take on a programming job we email our clients daily to inform them of any progress etc. However it would be much more efficient if we could give each client their own ID/account so they can login at any time and view updates.

Thanks

David

eddy2099
01-23-2004, 08:07 PM
You could build the system yourself. It is actually pretty easy. Smack a database table or two, one for the login and the other would be for the project status.

Just build the front end to accept login and to display a chart of progress.