hostfreak Posted August 19, 2006 Share Posted August 19, 2006 I'm revamping a small script I have made to manage employee's and equipment. I am setting it up to where anything for the equipment is accessed via something like http://www.domain.com/equipment.php?page=page and same for employee's (changing equipment.php to employee.php). Well on the equipment.php (and employee.php) I have my sessions setup etc, making sure the user is logged in and the such. However on the browse.php, I do not, due to the fact that I get header errors etc. So someone could access that page unauthorized. So I am wondering what would be the best way to make sure browse.php is being accessed from equipment.php?page=browse ? Other wise redirect them to the login page or something of the sort. Anyways, thanks in advance, any help is appreciated. Link to comment https://forums.phpfreaks.com/topic/18014-quick-question/ Share on other sites More sharing options...
hackerkts Posted August 19, 2006 Share Posted August 19, 2006 Session should do the trick, just check that the session is there and is correct if not just redirect them to login page. Link to comment https://forums.phpfreaks.com/topic/18014-quick-question/#findComment-77128 Share on other sites More sharing options...
hostfreak Posted August 19, 2006 Author Share Posted August 19, 2006 Ah, ok. Yeah, that works. I guess last time I was trying to include my session file and redeclare my db etc. Thanks. Link to comment https://forums.phpfreaks.com/topic/18014-quick-question/#findComment-77131 Share on other sites More sharing options...
hackerkts Posted August 19, 2006 Share Posted August 19, 2006 No problem, if you have any more problems just feel free to ask. Link to comment https://forums.phpfreaks.com/topic/18014-quick-question/#findComment-77133 Share on other sites More sharing options...
hostfreak Posted August 19, 2006 Author Share Posted August 19, 2006 Thanks man :) Link to comment https://forums.phpfreaks.com/topic/18014-quick-question/#findComment-77134 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.