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 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? Link to comment https://forums.phpfreaks.com/topic/267699-public-pages-authentication/#findComment-1373210 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.