Jump to content

PHP Newbie Question


Eric123

Recommended Posts

[!--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.
Link to comment
https://forums.phpfreaks.com/topic/3948-php-newbie-question/#findComment-13717
Share on other sites

[!--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]
Link to comment
https://forums.phpfreaks.com/topic/3948-php-newbie-question/#findComment-13731
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.