is there a way to detect what the filename you're viewing is with php? some way to see if you're on contact.php or index.php or such?
$_SERVER['PHP_SELF']
great :)thanks