> Thanks that fixed it.  I didn't realize there were two version of this
> variable.  Why? Hmm, strange that the other one worked fine with IE but not
> Netscape.  I thought all thi was done server side, so what the heck does the
> browser have to do with it?

As far as I know, $PHP_SELF is the variable and NOT $PHPSELF.  It works
in IE because if no page is printed in the tag, it just reloads the same
page anyway.  If you look at your html source while using $PHPSELF, you
will probably see something like this:

<a href=>This is the link</a>

Netscape realizes this is invalid html and complains, IE simply reloads
the current page.  

-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
But you have to allow a little for the desire to evangelize when you
think you have good news.
             -- Larry Wall in <[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]

Reply via email to