I am using PHP for my application. I have a demo site and need to clean database regularly. I thought it can be done with a cronjob.
However my hosting does not provide a cron job cotroll panel.
What is the best way to perform cron job?
How do you perform it if your hosting does not provide a cronjob control panel?
Thanks in advance.