Codice PHP:
if (ob_get_level() == 0ob_start();
Print(
"Prova uno");
echo 
'
'
;
ob_flush();
flush();
sleep(2);
Print(
"Prova_due");
ob_end_flush();