Fsoft Posted August 7, 2009 Share Posted August 7, 2009 Hello, I have a problem in understanding time(); what is this function for? if I echo out the time of today (NOW). And if I want it to be delete after exactly one month. HOw can I do it using time() function. FAISAL! Link to comment https://forums.phpfreaks.com/topic/169272-time-time-compairing/ Share on other sites More sharing options...
mikesta707 Posted August 7, 2009 Share Posted August 7, 2009 From PHP.net Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). http://us3.php.net/time check that page out. That will probably help answer some of your questions. I'm sure someone else on these forums could help too, but I don't use the time() function much so I can only provide a link. hope that helps! Link to comment https://forums.phpfreaks.com/topic/169272-time-time-compairing/#findComment-893237 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.