by Shashi Dhar Kumar | Aug 22, 2013 | HTACCESS, Open-Source, PHP, Unix OS
Execute Cron Job in Cpanel using PHP script. In cpanel the following will also work: Execute code every minute(Server Time) using following code: * * * * * php -q /home/serverpath/file.php Execute code every five minute(Server Time) using following code: */5 * * * *...