Help for this page
printf("Content-type: text/html\n\n"); system("touch /usr/tmp/bogus");
printf("Content-type: text/html\n\n"); system("echo hello");
$old_fh = select(OUTPUT_HANDLE); $| = 1; select($old_fh);