I've got a problem using $PHP_SELF.
In a script I have a line like
echo "<a href='".$PHP_SELF."?a=".$b."'>";
While viewing the page with IE, ther's no problem - the name of the script is placed instead of PHP_SELF, but in Opera (5.12) PHP_SELF seems to be empty, and nothing in its place is echoed.
Does anyone have a key to the problem?
Thnx.