Jump to content

delete record by set time.


corillo181

Recommended Posts

i ask this question before and i never got a good answer.

 

how do i delete record by time.

 

i want to delete every record that has not been active by a set time.

let say a month.

 

i can find in php the days since today and the given date

$days =  floor((time() - mktime(0,0,0,$d,$m,$y))/(60*60*24));

 

but how would i do this in mysql

 

SELECT ((NOW() - date)/(60*60*24)) as time FROM `tra_users_signup` WHERE signup_id='2'

 

Link to comment
https://forums.phpfreaks.com/topic/78293-delete-record-by-set-time/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.