$setPage = $_SERVER['PHP_SELF'];$currPage = trim($getPage, '/');if($currPage == 'WTFOMG.php'){ echo 'do some stuff'; }elseif($currPage == 'GMOFTW.php'){ echo 'ffuts emos od'; // echo out a link or something fun and creative}
Eg. If you are on the "Home" page display this link. If you are on the "Contact" page display this link?
Thank you,
Marissa