From owner-freebsd-questions@FreeBSD.ORG Sun Aug 21 16:01:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D50016A41F for ; Sun, 21 Aug 2005 16:01:56 +0000 (GMT) (envelope-from awaranowski@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc14.comcast.net [204.127.198.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26C843D45 for ; Sun, 21 Aug 2005 16:01:55 +0000 (GMT) (envelope-from awaranowski@comcast.net) Received: from aswokei5j2ce8l (c-24-62-221-166.hsd1.nh.comcast.net[24.62.221.166]) by comcast.net (rwcrmhc14) with SMTP id <2005082116015401400hb01he>; Sun, 21 Aug 2005 16:01:54 +0000 Message-ID: <000601c5a669$a0371af0$6401a8c0@aswokei5j2ce8l> From: "Andrew Waranowski" To: Date: Sun, 21 Aug 2005 12:01:43 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Partial web page loading X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 16:01:56 -0000 Hey, I have the same problem over here, except that I can recreate the = problem well easily and predictably. I don't know a whole lot about = computers but this is very weird. Here's what happened: I have a website that I'm working on in PHP. I have a few pages that = have text and image content and when I go to them, they either load = completely or partially. If it's only partially loaded, I can refresh = the page a few times and then it will show the whole contents of the PHP = file it's displaying. At first I thought it had something to do with = server caching, but then I found that when the web browser displays the = whole page, I can refresh it a few times and it will display only a = portion of the page; it cuts off right in the middle of some text. = Weird! And I've looked at the HTML very carefully - everything is as it = should be. The browser cuts off at a seemingly arbitrary place in the = HTML and does not even include the footer.inc file I included. Very = very strange. Let me know if you get any kind of insight about the = problem. Thanks =20