PDA

View Full Version : Automatic Changes


kinn
09-14-2007, 07:49 AM
I want to create a function within my site (still planning) which will renew the statistics for a week a month a year. So when a Record is viewed each value is incremented. Then at the Start of a week the week counter is set to 0, then the start of a month the month counter is set to 0.

How can I create a function that I don't need to associate with the User interface to activate. Would I use a Web Service??
Reply With Quote
_________________
***** Enlargement (http://*****-enhancement-secrets.com) Kamine (http://www.****************/suche/0/kamine/)

nikkiH
09-14-2007, 02:26 PM
Set up a job on the database, or make the database columns be calculated columns.