Are you just asking how to display the uploads data from the table? There is a class which will allow you to do this in a couple lines of code, and generate the table for you HERE.
If you look in the documentation at example 10, this will demonstrate how to select from a database and return the results in a table....don't be thrown off by all the optional statements, they are just demonstrating advanced features.
The only thing you really need to know is the query:
"SELECT title,story FROM Story WHERE userID=''" (This is just a demo, i'm assuming there is a field in the table for the users id)
Last edited by hastx; 10-17-2012 at 09:01 AM.
Reason: clarification
We do precision guesswork
Bookmarks