I want to insert a time delay of like .5 seconds before continuing the script how can I do that?
For example...
echo $data[0];
// Wait .5 Seconds
echo $data[1];
....
Thanks,
-Phil
http://www.php.net/manual/en/function.sleep.php