I really hope someone here can give me some direction.
This is what i'm trying to achieve.
I've created a message system where messages can be left for a customer, they can then log in and check their messages, as well as do admin, changing the status, deleting them etc.
Here's where i'm getting stuck now, i've got a company interested in the system but so far it's a single system and they want to be able to add other users to it. Would you recommend I create a table for each user to store their messages in.
What I need is to create a front end that lists customers with a link to their folder, cust1, cust2 etc. Can I store their location in the database, e.g. /cust1/admin ? and have it appear as a link ?
Is there any tutorials or pointers anyone can give about how to go about trying to do this, with url's if possible.
Thanks for your time.
SDM