How to delete mysql row after time passes?

后端 未结 6 776
闹比i
闹比i 2020-11-29 01:56

I have no idea where to start with this one:

I have a database that stores postID and Date.

What I want to do is have my website au

6条回答
  •  再見小時候
    2020-11-29 02:19

    You can use PHP script and use cron job on your cpanel.

    Example:

    cronjobcommand.php

    
    

    I have attached a screenshot below for your more reference.

    enter image description here

提交回复
热议问题