[PHP] Netscape problem with $PHP_SELF?do_something

2001-05-17 Thread Jaeggi David
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.

Re: [PHP] Netscape problem with $PHP_SELF?do_something

2001-05-17 Thread elias
dunno...never had problems with phpself actually try $PHP_SELF instrad of $php_self... -elias Jaeggi David [EMAIL PROTECTED] wrote in message D1F288E2CBFAD411B5480008C7281B9908B23A@lnminf0a">news:D1F288E2CBFAD411B5480008C7281B9908B23A@lnminf0a... Hello everybody! I have a problem that a

RE: [PHP] Netscape problem with $PHP_SELF?do_something

2001-05-17 Thread Jaeggi David
To: [EMAIL PROTECTED] Subject: Re: [PHP] Netscape problem with $PHP_SELF?do_something dunno...never had problems with phpself actually try $PHP_SELF instrad of $php_self... -elias Jaeggi David [EMAIL PROTECTED] wrote in message D1F288E2CBFAD411B5480008C7281B9908B23A@lnminf0a

Re: [PHP] Netscape problem with $PHP_SELF?do_something

2001-05-17 Thread Paul R. Jackson
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