<?
ob_start();
echo "test";
?>
AFAIK this should simply display a blank screen, instead I get 'test'.
output_buffering is set to on in php.ini and confirmed with phpinfo()
This is just a test Win2k install for development. PHP 4.2.3
Any clues?
Thanks
Andrew