Hi guys,
i got a big problem (well, to me it is as i can barely code

) My site is about car modifications (keeping it brief) i'm makeing a table to record 1/4 mile times.
What i've got so far is a separate MySQL database with a single table called "quartermile", it has 4 fields listed below:
1. "ID" this is auto-incremented, and is the primary key
2. "username" this is populated by the users name on the forum
3. "car" this is taken by conecentating two userdefined profile fields
4. "qttime" this is the user's entered quarter mile time
So far i've got it to add the row's to the database OK by having a field "quartertime" at the bottom of the page so the user can enter their rime, click submit and it add's their time/amends their time and all other details
Now the problem i got is i just cant see how to get the entire database table to be displayed in a table on forum, i've made a separate page called evaluatetest.php and it loads up ok but i just cant get my head round the coding both PHP and the template to populate the table with the database content.
Any advice would be greatly appreciated
many thanks
