tgeorge06 Posted July 23, 2010 Share Posted July 23, 2010 Not quite sure the exact name of which i'm looking for but... I have everything working where you can register a user and login...What I forgot to do and trying to do now is setup a "time to live" value for the user starting at 365 and depleting 1 per day. guessing i could just use an if/else statement for the login to check to see if they "time to live" >=1. What do you guys think would be the best approach for this? Also how would i get the time to live to deplete 1 per day in the mysql db? Link to comment https://forums.phpfreaks.com/topic/208671-mysql-php-time-to-live-user-account/ Share on other sites More sharing options...
tgeorge06 Posted July 23, 2010 Author Share Posted July 23, 2010 maybe have a cron job run every 24 hours to update value of $x by 1? Link to comment https://forums.phpfreaks.com/topic/208671-mysql-php-time-to-live-user-account/#findComment-1090175 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.