I've been trying to figure out how you can update an variable in a table once every week at the same exact time or same day.
Is this possible to do?
Examples are appreciated.
Receptional Andy
10:31 pm on Jun 7, 2008 (gmt 0)
If you're on an apache server then take a look at cron [google.co.uk] which is designed to automate scripts - you can trigger a PHP script to update your database on any schedule you choose.
PokeTech
1:42 pm on Jun 9, 2008 (gmt 0)
I don't quit understand "Cron" is there like a guide or tutorial that really good I can look at?