1
I have a website and created a simple ad expiration system through an SQL event, which runs from a given time and changes the ad state if this field dataexpiracao
has been exceeded. This works well on the local server (XAMPP), on the hosting server I am not allowed to activate the Event Scheduler.
Is it worth contacting the company? Is there any way to implement such a system other than through events?
which database do you use? You cannot activate the task scheduler, or you cannot activate a database event ?
– SneepS NinjA