Re: [PHP-DEV] Netscape problem..? From: Alex Belits (abelits <email protected>)
Date: 12/07/00

On Thu, 7 Dec 2000, Dwight Mowbray wrote:

> I'm new to this list and need some help regarding Netscape and PHP.
>
> I have created and run a variety of e-commerce sites using PHP as a
> shopping cart.
>
> However, there are problems. For Netscape users, alot of the forms
> don't quite work. For some reason, any textbox or textarea type input
> fields do not allow the user to input anything under netscape. I
> cannot work out why, but have read about a problem where some PHP
> output cannot be displayed in Netscape because of a \0 or something..?
>
> If anyone has any idea as to the nature of this problem and/or a
> solution, it would be much appreciated.

  Whatever it is, it's your fault. Save the output that causes problems,
then remove pieces from it (blocks of tags, all CSS, all javascript, then
pieces of that...) until you will find something that has wrong
(or questionable) syntax -- usually missing closing tag or severely
broken table. Passing the output through a validator helps, too.

  Don't bother looking for '\0' unless this is what your code is supposed
to produce (and then you would be an idiot), or you include files that
contain it (and then you would be about the same).

-- 
Alex

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>