Possible Duplicate:
Unix timestamp to days, hours, minutes
So, I have a field in my users table named last_active which updates every time a user reloads a page. It's stored in unix timestamp.
I would like to output it like this:
Last activity: 4 d 18 h 19 m ago
Nasıl bir PHP ile ki?
Teşekkür ederim.