User Database with specific permissions
Posted: Fri Nov 17, 2017 6:08 pm
Here's what I'm trying to figure out;
I have a customer database of thousands. They are grouped in "categories". I'd like to be able to have them login and the only have access to certain pages based on these categories. My questions are as follows:
- Can I use the php DB method to store (I would pre populate) the categories, or must I use the a SQL db?
- Regardless of which method, can I restrict certain pages based on permissions per customer, i.e. per category they are classified in?
thx
I have a customer database of thousands. They are grouped in "categories". I'd like to be able to have them login and the only have access to certain pages based on these categories. My questions are as follows:
- Can I use the php DB method to store (I would pre populate) the categories, or must I use the a SQL db?
- Regardless of which method, can I restrict certain pages based on permissions per customer, i.e. per category they are classified in?
thx