How do u limit the rows that appear on a script from a database?
like u would luike to show the latest 10 submits to the database?
SELECT * FROM table ORDER BY row DESC LIMIT 10