Forum Moderators: coopster
You are going to need to send a query with PHP, but yes it is possible. Create a script that drops the row that you want, then run it though a cron at the time interval that you would like.
:D yes of course.
how is the cron done exactly?
i've googled it but the answers are not so clear on how to do it exactly
could you make an example?
If you still cannot figure it out let me know. But try it first.
note: If you have any relative paths in your PHP script, when using a cron the script isn't going to work as it should, because the working directory has changed. In such a case, you have to use absolute paths.