hi , i'm trying to run this cronjob command in my hosting .. But i didn't know whre is my PHP path .. i'm baby in this .. help me please .. PATH-TO-PHP -q FULL-LOCAL-PATH-TO-DOMAIN/cron.php PATH-TO-PHP is the local path on your server to php and FULL-LOCAL-PATH-TO-DOMAIN is the full local path on your server to where you have the script installed.
If you have SSH access to your hosting server, you can check it with "whereis php" command. In other case you can try to use simply "php" or "php5" command without full path, sometime it works.
normally, i go to cpanel, go to the file manager. In the left side of the filemanger is the list of directories... above that is the first part of the link, (such as home/toddsabc) you then add the rest of the path to where you file is. mine looks like: home/toddsabc/public_html/script/script.php here is an example of a cron job: /usr/local/bin/php -q /home/toddsabc/public_html/script/script.php I hope this helps you
yes the basic star is the same with all domains that are hosted on the same cpannel account, which for me, means that they would all start with home/toddsabc/