php3-list | 199807
Date: 07/07/98
- Next message: Scott Gregson: "Re: [PHP3] Writing to a flat file"
- Previous message: Justin Clift: "[PHP3] PHP3 and Macromedia Dreamweaver"
- In reply to: Daevid Vincent: "[PHP3] Netscape loads each page twice?"
- Next in thread: Daevid Vincent: "Re: [PHP3] Netscape loads each page twice? (solved)"
- Reply: Daevid Vincent: "Re: [PHP3] Netscape loads each page twice? (solved)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Scott Gregson: "Re: [PHP3] Writing to a flat file"
- Previous message: Justin Clift: "[PHP3] PHP3 and Macromedia Dreamweaver"
- In reply to: Daevid Vincent: "[PHP3] Netscape loads each page twice?"
- Next in thread: Daevid Vincent: "Re: [PHP3] Netscape loads each page twice? (solved)"
- Reply: Daevid Vincent: "Re: [PHP3] Netscape loads each page twice? (solved)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

