Hi Everyone,

I'm trying to get Chrome to output html information as it comes thru.  We
have an iframe running a php script, and when the php script receives
information, it outputs it.  FF, IE, and Safari all work just fine, displays
the info as it comes in.  However, Chrome is not.  It will only display the
information after the php script stops executing.

I am outputting this after every echo:

        echo str_pad( "", 4096 ) . "\n";

        flush();
        ob_flush();

        ob_implicit_flush();

Has anyone else had this issue?  Anyone know how to fix it?

-- 
-Dan Joseph

www.canishosting.com - Plans start @ $1.99/month.

Reply via email to