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? Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.