rashgang Posted July 8, 2013 Share Posted July 8, 2013 hi all, How to send an automated notification mail of expiry job or item using cron job. please help me to do this please give me the select query for this Link to comment https://forums.phpfreaks.com/topic/279967-how-to-send-automated-notification-mail-of-expiry-job-or-item/ Share on other sites More sharing options...
AbraCadaver Posted July 8, 2013 Share Posted July 8, 2013 Not a lot of information to go on, but I'm bored: SELECT * FROM table_name WHERE UNIX_TIMESTAMP(expiry_time) <= UNIX_TIMESTAMP() Link to comment https://forums.phpfreaks.com/topic/279967-how-to-send-automated-notification-mail-of-expiry-job-or-item/#findComment-1439927 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.