Here i am sharing a cool PHP function that will enable your online and social application using time ago function, is and understandable easy to implement into your program, it accept PHP time() function, datetime, and date, but only time() function will give you the correct answer to your question,I also used this on my jquery instant shoutout system
and my last tutorial on jquery instant messaging systemMost of the social media like facebook do also use this on their site.
The following function will convert the time stamp to time ago like 5 secs ago, 1 hour ago, 1 day ago, 2 days ago etc.
Time Ago PHP Function
time_function,php
Now here is an example to call your function
Calling the function is the simple part (assuming of course your dates are properly formatted), and can be done inline with your scripts using the example below:
Example calling function:
You can include time_function.php i your script to work perfectly
Hit me with a comment!