furn355 Posted December 5, 2008 Share Posted December 5, 2008 Okay so i making a few modifications to the index.php and i decided to have a bit off writing about the donator packs, however i would only like to show them to non donators... I found the if($ir['donatordays']) { print " would show it, i was wondering what the opposite to print was.... is it simply hide? If ic an find the "technical word" i can look it up on google and research some more, If there isnt a way to do what i describe above what would be my best way off going about it Quote Link to comment Share on other sites More sharing options...
Danny Posted December 5, 2008 Share Posted December 5, 2008 Re: Bit stuck no urgency, Well using my common sence. dont print anything just leave it blank. i will work with my xampp and play around Quote Link to comment Share on other sites More sharing options...
furn355 Posted December 5, 2008 Author Share Posted December 5, 2008 Re: Bit stuck no urgency, Okay maybe i didnt explain that too well, i have the index page but on it i have something i dont want donators to see, hence asking about it Quote Link to comment Share on other sites More sharing options...
radio_active Posted December 5, 2008 Share Posted December 5, 2008 Re: Bit stuck no urgency, if {$ir['donatorsdays']==0} Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted December 5, 2008 Share Posted December 5, 2008 Re: Bit stuck no urgency, if you mean you want BOTH donator and NON doantors to see it... find that if($ir['doantordays']) { print" lbaljsdiofjjioasdf"; } delete it.... remove it from the if($ir['donatordays']) down to the } 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.