alafurka Posted August 16, 2007 Share Posted August 16, 2007 i started to code a toplist script.in this script i will only store two data for each site: today hit and yesterday hit.every midnight 00:00 i will take today hit and write it on yesterday hit and make todays hit 0.is there any other way doing this job without cron job? Edit/Delete Message Link to comment https://forums.phpfreaks.com/topic/65159-cron-job-scheduled-task/ Share on other sites More sharing options...
d22552000 Posted August 16, 2007 Share Posted August 16, 2007 use scheduled tasks if under windows to do: run *browser name here* *url here* to secure it make the url goto like: example.php?p=longpasswordhahaahah&d=currentdate&do=yesterday ... CRONTAB is much easier. Link to comment https://forums.phpfreaks.com/topic/65159-cron-job-scheduled-task/#findComment-325576 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.