I have a timestamp field in my database, that gives me a a date every time a user updates their record.
If I want to display that data, in html what do I do.
I looked at the php manual, and I am pretty sure I should be using strftime, but I don't really understand the syntax.
Can anyone give me a pointer?