Possible Duplicate:
How to get URL of current page in PHP
ive been searching all over and i do not know php too well but all im trying to to do is display:none in php when on a certain page (/site/page/).
basically <?php if on this page -->(/page/site/)><?php //echo $this->?><div or span id="dropdown_navigation" style="display:none"></div> <?php endif; ?>
i know that code is all funky but i just wanted to kinda explain what im trying to do in that made up code with no php knowledge. the div id im trying to hide when on a certain page is a drop down menu called "dropdown_navigation"
any help would be greatly appreciated.
thanks.