Help for this page

Select Code to Download


  1. or download this
    $firstrun = 1;
    while(1) {
    ...
    else
        { sleep 5; }
    }
    
  2. or download this
    while (1) {
        stat the file
    ...
    
        sleep for x seconds
    }