have php make server wait/pause/count
Posted: Fri Jun 15, 2007 9:48 pm
Is there a way in php to make the server count/wait/pause for a given time period? For instance
Is there something like this????
Code: Select all
while ($red = "wings for life"){
/* stuff done here */
count_time(5); //<---- that line makes php/server count 5 seconds before continuing with the script
}