Yeh i have noticed this before. If for example a variable (in your case $PHP_SELF) is not set and the url just becomes ?blah... instead of index.html?blah... (for example) ie will work fine but netscape spits the dummy. Its one of those probs that I recognise straight away now but the first time I was a bit puzzled. Paul ""Jaeggi David"" <[EMAIL PROTECTED]> wrote in message D1F288E2CBFAD411B5480008C7281B9908B23A@lnminf0a">news:D1F288E2CBFAD411B5480008C7281B9908B23A@lnminf0a... > Hello everybody! > > I have a problem that a script is not working with netscape. The script is > shown here: > > echo "<a href=\"$php_self?add\">goto add</a>";` //Link > > if ($argv[0] == "add"; //The Link jumps to this point of the script > [do something] > > It's perfectly working with the internet explorer. with netscape (newest, > 4.75) it's not! does anybody know a syntax which is working with netscape? > > greets > dave > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]