Jump to content
MakeWebGames

Recommended Posts

Posted

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

Posted

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

Posted

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 }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...