shadowdemon 0 Report post Posted April 2, 2006 How do you mnake a php cron.if you dont no what it is it is a code to make a php script happen at certain period of times automatically. Share this post Link to post Share on other sites
xJedix 0 Report post Posted April 2, 2006 here, Opaque made a basic tutorial on cron jobs a while go http://forums.xisto.com/topic/6321-cron-jobs-cron-jobs-in-cpanel-cron-jobs-cron-jobs-using-php/If you need anymore assistance then what that tutorial offers, just let me know. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted April 2, 2006 The cron job should run a script on a regular basis to perform a 'maintenance' task such as moving files, updating databases, etc. I don't think there can be any output from them, so the script can't use the print or echo functions, for instance. (might be wrong on that, though) There is a cpanel module set up in the cpanel to define cron jobs. Share this post Link to post Share on other sites
shadowdemon 0 Report post Posted April 2, 2006 yeah i still dont understand how to make them (im a real noob at crons) Share this post Link to post Share on other sites