I want to execute the program when datetime column set in mysql comes to current time. Is there a useful way to do that?
Thanks.
I want to execute the program when datetime column set in mysql comes to current time. Is there a useful way to do that?
Thanks.
use a cronjob for runnng the program on the desired time. Write a program in php or any language , which deals with interaction with the database. then make that program file to run as a cronjob at specific time intervals