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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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 } Quote Link to comment 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 Quote Link to comment 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.