[Solved] Scheduling in while loop that runs forever


You could probably do something like:

if(date('i') == '00'){
    //do code
}

Though you’ll likely need to use something like flush() to get any output to show up.

0

solved Scheduling in while loop that runs forever