asa_carter wrote:As php is server side it should have no difference between browsers.
As far as $_SERVER['PHP_SELF'] goes, it doesn't.
$PHP_SELF should never work (unless you explicitly define said variable). If it ever did, that means register_globals was turned On, though it definitely should not be.