I have a Amazon EC2 server.
And I would like to run php jobs every 1 hours to get the latest information from websites and insert them into database.
But I am not good at server.
Any suggestions?
I have a Amazon EC2 server. And I would like to run php jobs
Share
From this URL, you call crontab from the shell and to execute every hour, add the “00” at the beginning, point to the location of PHP and the script you want to run.