I wasn't suggesting using it with XHR. I meant no JavaScript needed, at all. Simply load the PHP page, and as the script does work, push the output to the buffer and flush. It should start showing in the browser.
On Fri, May 20, 2011 at 10:45 AM, Sanford Whiteman < [email protected]> wrote: > > That way you can send each part of the message as it happens, no JS > > required. > > That's good if you are streaming a full page view, but as far as I > know, OB and XHR aren't cross-browser happy unless you use a Comet > framework. > > -- S. > >
