I have set up a calendar that allows for a person to schedule events into the future. it's very simple, but works as it should.
I have set up a feature that will show you all your items for this specific minute. It too works.
Here's what I would like to do.
Is there a function that can be run once a minute without having to refresh a page? This way I can call a function which will check the current time and date and compare it to the database and then return the rows that i need.
I have pretty much everything done except this function which repeats once a minute.
Can someone point me in the right direction?
thankx