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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.