php-windows | 2001051

[PHP-WIN] Netscape and $PHP_SELF? From: Chris Boothe (chris <email protected>)
Date: 05/07/01

My script works fine in IE 5.5 however a hyperlink is missing the script name when it is displayed in Netscape Navigator 4.77.

echo "<td align=\"center\"><a href=\"$PHP_SELF?id=$id&act=v\">$id</a></td>\n";

Instead of view.php?id=1&act=v I get ?id=1&act=v
which doesn't work obviously.

Thanks,

Chris Boothe
chris <email protected>