I have a script , which does automatic scheduling of tasks.
Through the line below, I get the current date / time, add another 5 minutes, and the script gets scheduled.
$timeStamp = strtotime("+5 minutes", time());
But when it's a...
asked by
06.05.2016 / 04:14