Table:
id - int, auto increment
author - text, not null
submission - longtext, not null
date - 0000-00-00(default)
What I would like to do is create a script which will display the newest ten entries, I thought of doing it this way:
Run a loop to count the table size and then display each entry Total-1, Total-2, Total-3 etc etc, however I am unsure In my mind if this is suitable or if it would even work.
If you have any ideas, peices of code that has been successful for others, explanations etc etc I would be very grateful.