A
Anonymous
Guest
I want to separate users of my database. One method is to simply put them on different databases. At the same time I want a global view of all users and to check that they are not treading on each others toes. ie the items in their territory are exclusive. We cannot have three users banging on the same door.
As I see it as a newbie, not just to php but also to databases, I could put each user on a different table.
I am trying to think of a neat way to switching each user to his own table. Could I then have a master table which combines all with another username.
From where I stand this is new and no doubt there are several standard ways of treating the issue but I would be a fool if I did not first take opinion.
All suggestions appreciated
As I see it as a newbie, not just to php but also to databases, I could put each user on a different table.
I am trying to think of a neat way to switching each user to his own table. Could I then have a master table which combines all with another username.
From where I stand this is new and no doubt there are several standard ways of treating the issue but I would be a fool if I did not first take opinion.
All suggestions appreciated