+ 1
How to create a multi level user log in???
admin, coordinator, and other users can login in the same login form and redirects to their based role.
2 ответов
+ 2
Use different sessions to control the page access.
0
use mysql to show only the info of the logged in user using "where" user = logged in email or username