Re: [phplib] Some pages not completely loading From: sam1600 <email protected>
Date: 03/14/01

Mike,

This sounds like it may be the problem posted here:
http://marc.theaimsgroup.com/?l=phplib&m=94644624729834&w=2

Regarding other instances where your page does not completely
load, this may be IE 5.*, where there is a reported problem where
IE thinks that the HTTP stream is finished:
http://support.microsoft.com/support/kb/articles/Q226/5/50.ASP?LN=
EN-US&SD=gn&FR=0&qry=partial%20web%20page&rnk=2&src=DHCS_MSPSS_gn_SRCH&SPR=IE

I found that on some of my scripts when the script branched off to do
some heavy work, IE displayed the page only up to that point. There
is a fix for IE posted on MS site, and the workaround that I used was to
wrap the script in :
ob_start();
ob_end_flush();
..and flushing it out all at once.

Sam

----------------------------------------------------------------
Get your free email from AltaVista at http://altavista.iname.com

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>