Wednesday, 11 September 2013

compare time() with timestamp

compare time() with timestamp

Currently I'm storing timestamps in the database like such 1378852898
How can I check this against the current time() to see if it's within the
last 10mins with PHP?

No comments:

Post a Comment