Example:
<?php
ob_implicit_flush();
$startTime = time();
$endTime = time();
$currentDiff = ($endTime-$startTime);
while(($endTime-$startTime
if(($endTime-$startTime)!=
$currentDiff = ($endTime-$startTime);
echo $currentDiff."<br>";
}
$endTime = time();
}
?>
Main Topics
Browse All Topics





by: BatalfPosted on 2005-03-29 at 13:55:21ID: 13656984
Try putting in
ob_implicit_flush();
at the top of your script.