How to set up "cron job" in webmin to run a php script?
i've tried to create a new cron job under webmin -> system-> Scheduled Cron Jobs
and for the "Command", enter
/usr/bin/php -q /var/www/eastarts/downdb11.php> /dev/null
the file "downdb11.php" is the file, i want it to run every mins. When this file is run, a new txt file should be generated!!
But it doesn't work!!
Thx in advance!!
😕