Hello everyone
I want to know if there is a way of running PHP script without visiting the page where the script is. Better,.... can that scrip / function be time activated.
I do not have any code to post, but lets assume we have function deleteBooking($ booking_Id) that deletes provisional booking after 48 hours automatically if booking has not been confirmed. Is there a way to tell server to execute this function after 48 hours has expired.
If there is no way of doing this using php have you came across similar problem and how did you solve it?
Big Thanks
I want to know if there is a way of running PHP script without visiting the page where the script is. Better,.... can that scrip / function be time activated.
I do not have any code to post, but lets assume we have function deleteBooking($ booking_Id) that deletes provisional booking after 48 hours automatically if booking has not been confirmed. Is there a way to tell server to execute this function after 48 hours has expired.
If there is no way of doing this using php have you came across similar problem and how did you solve it?
Big Thanks
Comment