I\'ve turned off the output buffering in PHP by setting output_buffering = off in php.int but when runnng the simple code like that:
output_buffering = off
Try adding flush() and ob_flush() see at php.net
flush()
ob_flush()
will look something like this