I'm trying to create a message board where members can post messages to other members. I'd like to have a section where it says "4 posts since Jan 2011" just like DaniWeb does. How do I get the date from the
"first row WHERE user='username'"
with PHP & MySQL? Also, I'd like to show if the user is online. Is that possible with PHP?
Thanks!