Forum Moderators: coopster

Message Too Old, No Replies

updating a mysql table automatically every week

how can this be done?

         

PokeTech

10:23 pm on Jun 7, 2008 (gmt 0)

10+ Year Member



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)

10+ Year Member



I don't quit understand "Cron" is there like a guide or tutorial that really good I can look at?

PokeTech

2:14 pm on Jun 9, 2008 (gmt 0)

10+ Year Member



wait nevermind I think I got it now.