Im looking for a simple way to calculate the time since TIMESTAMP entry on a mysql database. I would like to use php.
The timestamp is a unix format - 2013-01-15 12:46:11
If its currently 2013-01-15 19:46:11
, what would be the most concise coding to calculate the difference the difference between the two?
Thanks for any help! Jason