IE does a lot of mysterious things behind the scenes...
perhaps IE automatically puts in the current page's
location if no ACTION is specified.   however, i 
really dont know.

try echo-ing the variable somewhere outside of a form,
to see if the variable itself contains anything...

to my knowledge, there is absolutely no way that PHP will
alter it's output based on which browser is viewing the PHP
script.  i highly doubt that it's a PHP error.  it's
much more likely to be a browser-interpretation error
if different browsers show different results.


> -----Original Message-----
> From: Richard Kurth [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 02, 2001 3:28 PM
> To: php
> Subject: Re[4]: [PHP] Problems with Netscape
> 
> 
> Hello scott,
> You are right the Action tag is empty in Netscape but in IE it is in
> there. How come it puts it there in IE but not in Netscape
> Monday, July 02, 2001, 10:46:10 AM, you wrote:
> 
> scott [gts]> did you try viewing source to make sure that
> scott [gts]> the ACTION="" tag actually contains something?
> 
> scott [gts]> AFAIR, MSIE will post to the same location if there's
> scott [gts]> no ACTION="", but netscape will not... 
> 
> scott [gts]> so it looks like your ACTION="" tag is empty, but
> scott [gts]> becuase IE and Netscape handle things differently,
> scott [gts]> you're getting different results from the same form.
> 
> scott [gts]> always view source in the browser! 
> scott [gts]> it'll save you a lot of time debugging... 
> 
> 
> >> -----Original Message-----
> >> From: Jason Murray [mailto:[EMAIL PROTECTED]]
> >> Sent: Monday, July 02, 2001 6:30 AM
> >> To: 'Richard Kurth'; php
> >> Subject: RE: Re[2]: [PHP] Problems with Netscape
> >> 
> >> 
> >> > No that does not make it work any  different
> >> 
> >> What did you actually *do*, though?
> >> 
> >> -- 
> >> Jason Murray
> >> [EMAIL PROTECTED]
> >> Web Developer, Melbourne IT
> >> "Work now, freak later!"
> >> 
> >> -- 
> >> 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]
> >> 
> 
> 
> 
> 
> -- 
> Best regards,
>  Richard  
> mailto:[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]
> 

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