I am having the blog,
Regularly i post some fun thing,
my user response for that,
i maintain the timestamps for response time,
How to display the something like this
2010-02-09 1hour before, if reply is just 1hour old
2010-02-09 20hour before ,if reply is just 20hour old
2010-02-08 yesterday ,if reply is just 1day old
2010-02-04 17:20, if reply is couple of days before
am maintain the timestamp in db ,for example my timestamp is 1265709142
Tell me how to this with php,