ecabrera Posted August 7, 2011 Share Posted August 7, 2011 hey is there any code or script that i can use so that my non member just see things i want them to see and my member to see more stuff Link to comment https://forums.phpfreaks.com/topic/244107-code/ Share on other sites More sharing options...
MasterACE14 Posted August 7, 2011 Share Posted August 7, 2011 Google You ask for help with a script you have made, on this particular part of the PHP Freaks forum. Your script request needs can be fulfilled by Google. Link to comment https://forums.phpfreaks.com/topic/244107-code/#findComment-1253632 Share on other sites More sharing options...
ecabrera Posted August 7, 2011 Author Share Posted August 7, 2011 i did go to google that was my first option but since i didnt find anything i just want t know how to hide features from non members Link to comment https://forums.phpfreaks.com/topic/244107-code/#findComment-1253638 Share on other sites More sharing options...
trq Posted August 7, 2011 Share Posted August 7, 2011 You use a simple if statement. example: if ($userismember) { // show this } else { // show that } Link to comment https://forums.phpfreaks.com/topic/244107-code/#findComment-1253640 Share on other sites More sharing options...
ecabrera Posted August 7, 2011 Author Share Posted August 7, 2011 thanks thats all i want to know Link to comment https://forums.phpfreaks.com/topic/244107-code/#findComment-1253643 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.