Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

Re: [PHP3] Netscape loads each page twice? From: Alex Belits (abelits <email protected>)
Date: 07/07/98

On Tue, 7 Jul 1998, Daevid Vincent wrote:

> I have started coding what will be a huge site on a Sun/Apache
> 1.3.0/PHP3.
> http://www.MaximumPC.NET/index.phtml
>
> The problem is that each page loads twice for Netscape, but works just
> fine for IE.
> I used "maxindex.html" as my template,
> I then just include the various parts like so:
>
> <?php
> require("maximumpc.inc");

Remove "<META HTTP-EQUIV="Content-Type" CONTENT="text/html;
charset=iso-8859-1">" line from it, it belongs to header, and you have
only 7-bit text in the page anyway.

--
Alex

-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.tryc.on.ca/php3.html