Jump to content

How to get a script to pause every x minutes, for x minutes


devWhiz

Recommended Posts

Example script,

 


<?php

$Var = "test";

for($i=1; $i!=-1; $i++)
{
echo "#$i: ".$Var."\n";
}
?>

 

How could I make that script pause for 15 minutes for every 30 minutes to 1 hour, have it randomly choose how long to wait before it pauses, and then wait for 15-30 minutes

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.