Using crontab to execute script every minute and another every 24 hours [closed]

I need a crontab syntax which should execute a specific PHP script /var/www/html/a.php every minute. The execution on every minute must start at 00:00. The other task which must execute a script at 00:00 /var/www/html/reset.php (once every 24 hours).

2 Answers
2

Leave a Comment