Hello, I have a quick question (searched the forum but couldnt find any answers). I have a table in the database (MySQL) and it will be filled with hundreds of entries every single day. I want to write a script that would erase all the records in the table every x hours (without manually starting calling the script). How would I do that ?
Thanks in advance