Search found 2 matches

by kerunt
Sun Feb 26, 2006 2:34 pm
Forum: Databases
Topic: Timed code executions in MySQL?
Replies: 2
Views: 306

Thanks for the tip.
by kerunt
Sat Feb 25, 2006 11:37 pm
Forum: Databases
Topic: Timed code executions in MySQL?
Replies: 2
Views: 306

Timed code executions in MySQL?

Hello, I need my code (PHP code which works with the MySQL database, processes info, and stores it back in the DB) to run every hour, and different code to run every 24 hours. What is the best way to achieve this? Is it possible to somehow store this code in the database itself and have it execute i...