So, if I have a table with 2 fields, id and name, and the id field is just an auto-incremented integer, and name is a name inputted into the table, how can you display the newest 10 or so entries (the ones with the highest id value)?
***example table named Entries***
id______________name...