I think this will work. I'm not positive if TOP is in MySQL.
SELECT TOP 5 *
FROM table
ORDER BY id DESC
(assuming 'id' is the primary key in the table)
Reputation Points: 92
Solved Threads: 51
Practically a Posting Shark
Offline 856 posts
since Mar 2004