hi, just trying to configure a cron job but didn`t succeeded yet. here are few combination i tried. path setting suggested by host "/usr/bin/php -q /home/USERNAME/public_html/PathToFile" - should be in double quotes? - does spacing bewteen /php -q /home/ matters ? path setting suggested by script owner php/home/USERNAME/public_html/PathToFile Which one is correct ..any help would be deeply appreciated Thanks Ani
The below cron should work: php -q /path/to/php/file You can also use GET and wget but it depends on the server configuration. Kailash
Full path to php imho and don't use the quotes...it's an example of exact text. USERNAME also needs to be replaced with your own username for the account as that's your home path.