PHP interpreter locations
The PHP interpreter path for cron jobs and scripts is:
/usr/local/bin/phpFor example, to execute a PHP script in a cron job:
/usr/local/bin/php /home/username/public_html/cron.phpReplace username with your cPanel username.