Has anyone ever has issues with $PHP_SELF? I can't seem to get results from it, I haven't done any research so it's problably something stupid stopping it from being displayed... (possible a setting?)
The context in which I'm using it in is like this...
<form action="<?php print $PHP_SELF; ?>">
I'm I just stupid? Any ideas?