Reputation:
I'm trying to have a PHP script run once daily (at midnight, server time) in order to update a few files on my website with new data. Here is my cPanel:
I followed the exact perimeters specified in the example (0 0 * * * - will rune scripts every midnight), and I have the correct file path. Am I using php -f
correctly?
Upvotes: 1
Views: 395