Hey,
In mysql can you order items by when they were last updated?
like
What would I put order by to get the last updated ones first?Code:$last_updated = mysql_query("SELECT id,name,email,status FROM user WHERE status = 'online' ORDER BY ");
Thanks
Bookmarks