I have a login form through which one of three types of users gets into the website (PHP-based). Upon login the index page should load with the navigation bar based on user type. Right now the login page loads the index without checking for user type. How to achieve this?
I'm not using any PHP framework.