I want to ask in the linux,there is a cron.hourly folder in the /etc to run the file hourly automatically. Can we put the php file in this folder to run hourly automatic?
PHP-scripts can be called from the commandline aswell, so something like '<path_to_php_bin>/php script.php' should work from within your crontab.