I need a table that will have an auto-incrementing id number (so 1,2,3,4 for each entry), a name, a time in the form of s s:ms ms (seconds and milliseconds) and a contact number.
The problem that I am having is that I need to then display them in a website showing the 10 fastest times. How do you think I should go about writing the s s:ms ms timecode so that I can display them on the page?
Thanks!
Here is the query you need. I am assuming the structure of the table is similar to this based on the little information provided.