> -----Original Message----- > From: robert@xxxxxxxxxxxxxx [mailto:robert@xxxxxxxxxxxxxx] > Sent: 05 March 2010 00:00 > > Additional info: > > php.ini has output_buffering=4096. Calling flush() or > ob_implicit_flush() > within the script doesn't seem to help. However setting > php_value output_buffering off > in .htaccess does the trick. If output buffering is on, you need both an ob_flush() and a flush() (in that order) to force the output down the line. Cheers! Mike -- Mike Ford, Electronic Information Developer, Libraries and Learning Innovation, Leeds Metropolitan University, C507, Civic Quarter Campus, Woodhouse Lane, LEEDS, LS1 3HE, United Kingdom Email: m.ford@xxxxxxxxxxxxxx Tel: +44 113 812 4730 To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php