FaLgoR 0 Report post Posted January 10, 2005 I've put the following line: /home/falgor/file.phpIs this right? (the file is in the root directory, not on www) Share this post Link to post Share on other sites
wassie 0 Report post Posted January 10, 2005 if its in the root just put in file.php Share this post Link to post Share on other sites
FaLgoR 0 Report post Posted January 11, 2005 yes, but I can't know what is the problem, because I doesn't receive e-mails with the results... can you fix it? Thx! Share this post Link to post Share on other sites
alapidus 0 Report post Posted January 23, 2005 so... if i had a file called in daily_purge.php in the public_html/asdasd folders that i would need to run daily at midnight EST, would this be right?:0 19 * * * WGET /public_html/asdasd/daily_purge.php /dev/nullor would it be this?:0 19 * * * WGET http://forums.xisto.com/no_longer_exists/ /dev/nullor should i use GET??? what's the difference between the two O_O? and am i right in assuming that the server's local time is 0 GMT?please help!thanx in advance Share this post Link to post Share on other sites
OpaQue 15 Report post Posted January 23, 2005 0 * * * * GET http://yourdomain.com/some_script/cron.php > /dev/null THe above systax is correct and I have used it myself. Try it out. Share this post Link to post Share on other sites