CRON job for codeigniter

后端 未结 4 699
独厮守ぢ
独厮守ぢ 2020-12-30 11:48

I am using codeigniter. I want to know how to set up a cron job to check a table for expiring users and insert data in to another table with the list of expiring users. How

4条回答
  •  孤城傲影
    2020-12-30 12:30

    If you are looking on how to create cron job, then have a look at this:

    http://www.unixgeeks.org/security/newbie/unix/cron-1.html

    But if you mean how to put expired users into another table, then you should show your table structure.

提交回复
热议问题