A program which shows the top 5 goal scorers from each timem that can be updated

So far what I have coded is a list of all the premier league clubs and their top 5 goal scorers. I have made a input box so that if the player scores in a game I can update their goals. http://vlab.chi.ac.uk/jtiller2/footballtable.php
But I do not know make it updatable.
Thanks

Well, first, it might be easier to view if you placed them into several columns instead of one. Too much up and
down scrolling to find a team… In my opinion…

Now, the page you showed is just a form, no code at all. So, is this for a class project or your own? The
reason I ask is do you have access to a database system on the server you are using? Usually you can
save this type of data as either a text file that you read in each time you run the page and pull the old
saved values out of it or you use a database system such as MySQL. MySQL is the way that the world does
it. But, you would need to learn a lot about database usage… Since this is a small project, you can use
either way, but, you need to tell us which way you would like to go with.

Sponsor our Newsletter | Privacy Policy | Terms of Service