Hi i was wondering if there was a guide to making something change in a database on a certain time of the day, What i want to happen is that a user will start with 1 of something but every 15mins i want this to add 1 to what the user already has E.g. :
Lets say the time was 12:00pm
points = 1
and then at every 15 min intervals it would increase by 1
(12:15pm)
points = 2
(12:30pm)
points = 3
(.... 2:00pm)
points = 9
And so on
Any links to guides on how to do this would be helpful