http://www.mob.net/~ted/tools/mx.php3
Where when you click submit, how php (im guessing) is sending the output, does more work, then sends more output.. seems like the "Connection" header? I'm not sure, and I tried the following:
Code: Select all
<?
header("Connection: open");
print "Output #1<br>";
sleep(2);
print "Output #2";
?>I hope someone knows what i'm talking about, thanks in advance