Re: [PHP] flush() issue

2002-11-20 Thread @ Edwin
Hello, "Andrew Brampton" <[EMAIL PROTECTED]> wrote: > Are you outputing each row in a table? > IE won't start displaying the table until the tag, that might be > causing your problem... ...then, CSS to the rescue... :) Try this: ... HTH, - E -- PHP General Mailing List (http://w

Re: [PHP] flush() issue

2002-11-20 Thread Andrew Brampton
Are you outputing each row in a table? IE won't start displaying the table until the tag, that might be causing your problem... Andrew - Original Message - From: "Jock Pereira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 1:28 PM Subject: [PHP] flush() is

RE: [PHP] flush() issue

2002-11-20 Thread John W. Holmes
What do the include/EXPORT_*.php files do? ---John Holmes... > -Original Message- > From: Jock Pereira [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 8:28 AM > To: [EMAIL PROTECTED] > Subject: [PHP] flush() issue > > Having an issue getting flush to work. Browser version

Re: [PHP] flush() issue

2002-11-20 Thread Marek Kilimajer
I don't see an y newlines, try adding some. Is it working with other browsers? Jock Pereira wrote: Having an issue getting flush to work. Browser version is IE 6 sp1. I am not using mod_gzip on Apache. In the following code sample you can see that I am looping through a mysql result array and u