SQL Listing

Hello World :slight_smile:

Im making an article listing script with php and MySQL.

Articles get submitted to SQL database, and now I want to make an overview over the 4 most recently submitted.

The question is, is that possible? And in that case, what hints can you lend me? :slight_smile:

Also, is there any possibility for the SQL to return the entry which has the highest ID?

NathanZachary