How do I make the timestamp string be displayed as something that is actually readable / understandable? Yes, I have looked on google, here and a couple other places, but I am not seeing anything too specific or I am just not understand. Thank you for your understanding, helping me out and not being too critical.
Here is what I have:
In the database:
timestamp int(11) unsigned
and it inserts it like this:
1252386167
Using Php to display Last Active it displays it like this:
1252410826
Thank you,