Jump to content

Eric123

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by Eric123

  1. [!--quoteo(post=351146:date=Mar 2 2006, 05:51 PM:name=willpower)--][div class=\'quotetop\']QUOTE(willpower @ Mar 2 2006, 05:51 PM) [snapback]351146[/snapback][/div][div class=\'quotemain\'][!--quotec--] All I would do is declare a variable in the file: comunnity.php $community="yes" Then in the included file if ($community=="yes") {do this} else {do this} Will [/quote] It works, but when I go to anything else which contains the page i put that code in a get an error. On my page i have my menu and in my menu i have include menuhome.php.. in menuhome.php i have the image and the link for the menu. So any page i view includes menuhome.php. [a href=\"http://24.36.100.97/main/community.php\" target=\"_blank\"]http://24.36.100.97/main/community.php[/a]
  2. [!--quoteo(post=351138:date=Mar 2 2006, 05:33 PM:name=dcro2)--][div class=\'quotetop\']QUOTE(dcro2 @ Mar 2 2006, 05:33 PM) [snapback]351138[/snapback][/div][div class=\'quotemain\'][!--quotec--] If you are running community.php then why do you want to check if you're running community.php? [/quote] becuase the file i want to put the code in is beiing inlcuded in community.php. It's difficult to explain. But basically i want to say that if the pae is community.php to change the menu image, otherwise leave it the way it is.
  3. I have a file called community.php i want to say that if the current file being executed is community.php to echo something. This also must work if the file is community.php?id=4 etc. Anyone know, if so thanks so much.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.