I need some guidance
I want to create users and user groups so as to enable access level control
What's the best way to implement restriction to pages and folders in php/mysql?
This is so that when a user logs in, access is only granted to areas based on assigned level.
I'm trying to figure out the simplest and best method as it may not make sense assigning permission levels to all pages as it means marking each new page when added.