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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

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

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.