klepec Posted August 28, 2012 Share Posted August 28, 2012 Hello, I use same header for all pages, which include user authentication code (login sessions), main menu, logo and login information html. HEADER: <?php .. user authentication ?> <head> CSS JQuery </head> <body> <center> Logo Main menu Login information (username, logout itd... / login-regster button when not logged in) The header is "included" in all the pages. Now to the question. How to check if pages are public (accessible for non-registered users) or not? I usually redirected the non-registered users to login page, but how to handle it when some pages are public and some are not? I obviously cant use header since it is page independent. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/267699-public-pages-authentication/ Share on other sites More sharing options...
xyph Posted August 28, 2012 Share Posted August 28, 2012 Use a header for each, rather than both? Quote Link to comment https://forums.phpfreaks.com/topic/267699-public-pages-authentication/#findComment-1373210 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.