Once agian i am sorry,
After looking at my website. you see that i have each stat(avg. starts, avg. finishes, wins, and etc.) All i want to do is pull each of those cells(one by one) out of the database and put them in the format on the website.
my picture shows
avgfinish | avgstart | Drivers | id| numberofqualifies | etc.
4.8…6.4…abbot…1…10…etc.
(please disregard the periods, thats the only way i could think of spreading the info out)
I want to post the 4.8 like this
but only in PHP and pull that info from the database for that specific driver
Does this help?