i am experiencing problems with a mysql query
look, i have a table sturcture like this
| name | text | timestamp|
| Emin | Hello| 43423423 |
etc.
lets imagine it is a forum table, and name is name of author, text is topic, and timestamp is time posted,
the query needed to get one last posted record for each name in the table.
thanks