$PHP_SELF is set by the web server - not the browser.  Problems in
Netscape are almost always caused by incomplete syntax in the HTML
code you've output.  Netscape is more strict about this than IE.

Billy

 > Robert, can you (or anyone else) describe further the problem with Netscape
 > and $PHP_SELF? This sounds a little worrisome to me!
 > 
 > TIA
 > 
 > Kirk

 > From: Robert Fischler, Ph.D. ABD [mailto:[EMAIL PROTECTED]]
 > 
 > I've been running into problems when testing PHP scripts on Netscape (when
 > MSIE works fine).
 > 
 > First problem (SOLVED) was that Netscape does something funny with the
 > $PHP_SELF environmental variable, so I've learned to circumvent the problem
 > by just hard-coding the page name instead of relying on the $PHP_SELF trick.

-- 
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]

Reply via email to