Jiraiya Posted December 17, 2008 Share Posted December 17, 2008 I'm trying to write a script that allows a logged in user to view a bunch of web pages only if there rank status is set to donator how would i go about starting this script? Link to comment https://forums.phpfreaks.com/topic/137288-solved-can-some-one-help-please/ Share on other sites More sharing options...
premiso Posted December 17, 2008 Share Posted December 17, 2008 Umm setup the user register/login system. Then using a mysql database populate session data with the "donator" array index. If "donator" is set to 1 or true, than they can view those webpages else redirect them to the home page or a page they can view. Link to comment https://forums.phpfreaks.com/topic/137288-solved-can-some-one-help-please/#findComment-717305 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.