I am reading through out this forum and dreamhost wiki pages to know how to set up a cronjob. I have a movie site running on wordpress which required three files to execute daily. I understand that it’s easy to setup a cron jon through DH control panel. But I have two doubts.
[list=1]
[]How can I setup multiple cron job in a single file?
[]My loaded php configuration file (php.ini) from different location(cgi-bin). Does it affect the setup?
[/list]
I would like to setup the following lines in my control panel according to this thread. Could you tell me am I wrong?
/usr/local/bin/php /home/USER/DOMAIN/script1.php
/usr/local/bin/php /home/USER/DOMAIN/script2.php
/usr/local/bin/php /home/USER/DOMAIN/script3.php
Is it possible to run multiple files in single execution?