Show depending on page
Posted: Wed Aug 11, 2010 11:22 pm
I'm trying to figure out to show a panel on a page based upon the url.
i've tried
if ($_SERVER['PHP_SELF'] == profile.php) {
echo "coding"
}
and it just shows it on everypage. I am using this in my header page for a menu
i've tried
if ($_SERVER['PHP_SELF'] == profile.php) {
echo "coding"
}
and it just shows it on everypage. I am using this in my header page for a menu