i'm pretty new to cron jobs, so it might be just the fact that this may not be allowed. but what i'm trying to do is have a PHP script to update user rankings in a mysql DB, every 15minutes, I'm using Cpannel, and the information on x10 wiki about cron jobs but those seem to be all command line or i might be misunderstanding it. I'm also trying to keep these out of my public_html folder.
my current cron job command looks like this
i have also tried these commands
/usr/local/bin/php -f /home/tstmesi/jobs/cron_rankings.php
/usr/local/bin/php -q /home/tstmesi/jobs/cron_rankings.php
/usr/local/bin/php $HOME/tstmesi/jobs/cron_rankings.php
/usr/local/bin/php -f $HOME/tstmesi/jobs/cron_rankings.php
/usr/local/bin/php -q $HOME/tstmesi/jobs/cron_rankings.php
my current cron job command looks like this
i have also tried these commands
/usr/local/bin/php -f /home/tstmesi/jobs/cron_rankings.php
/usr/local/bin/php -q /home/tstmesi/jobs/cron_rankings.php
/usr/local/bin/php $HOME/tstmesi/jobs/cron_rankings.php
/usr/local/bin/php -f $HOME/tstmesi/jobs/cron_rankings.php
/usr/local/bin/php -q $HOME/tstmesi/jobs/cron_rankings.php