Can anyone tell me how I can display a status message like "12 seconds ago" or "5 minutes ago" etc in a web page?
|
|
This has been covered (though with more of a C# focus) in this thread. |
||
|
|
|
|
Here is the php code for the same:
The function takes the number of seconds as input and outputs text such as:
etc |
||||||
|
|
|
This question was previously asked, the example code in answers should be pretty easy to convert to PHP. |
||
|
|
