Help for this page

Select Code to Download


  1. or download this
      while ( ($t = time()) < $targettime ) {
          sleep($targettime - $t);
      }