I was wondering how to use the date function to make a entry expire after x amount of days.
This needs to be specific to each entry.
Im greatly thankful for any help
Using (DATE) timestamp to expire/delete entries
Moderator: General Moderators
-
polosport6699
- Forum Commoner
- Posts: 35
- Joined: Wed Jun 11, 2003 3:19 pm
See: XVII. Date and Time functions - time()
Regards,
Code: Select all
$futureTime = time()+300; // Current unix timet + 5 mins