user1221098
user1221098

Reputation: 85

updating mysql after set time has passed

I am newbie to the php and mysql.. I have been trying to update my mysql automatically after the set time has passed ..With my program I needs to check the time with the current time everyday and if the time passes then it should update my database. Is there a way to do this using mysql and php ?.. thanks

Upvotes: 0

Views: 284

Answers (1)

triclosan
triclosan

Reputation: 5714

you need some mechanism to check time has passed cron for example. With cron you can run your script daily for example

Upvotes: 2

Related Questions