If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
How to Count Hits by week after automatic zero 0 Pls Help
its not enough to do it with the code you posted above, there are several ways to do so,
as i can see you don't have much experience with coding, so the easiest way to reset counters weekly you can create a cronjob which will set all counters to zero.
run a cron job once a week with this code:
PHP Code:
mysql_query("UPDATE `album` SET `hits` = 0 WHERE id > 0");
this will reset the hits value for all albums to zero
Hey Gumslone can you please add the chat back to the main page?
Sorry for all the things I said btw, truth is I can never leave this site because it's where I started >.<
Comment