On Saturday 02 November 2002 06:16, Adam Humphrey wrote: > I just upgraded my PHP from 4.2.2 to 4.2.3 and now I have a problem. Right > now I have some HTML with included PHP. When the client opens a page with > PHP and HTML it used to (under 4.2.2) display all the HTML before the PHP > and then process the PHP and finally (when processing completed) finish the > rest of the HTML. > > This allowed my to do some DHTML to let the user know that the PHP was > processing. Now with the new version of PHP (4.2.3) when I hit these pages > it will process the PHP before it sends any HTML to the client. > > This is really frustrating. Is there some setting in php.ini that I can > modify to allow the browser to get the HTML before the PHP code? Or any > other way to get the old behavior?
Try disabling output buffering (php.ini). -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* You can fool some of the people some of the time, and some of the people all of the time, and that is sufficient. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php