I'm rewriting the site linked here and want to try find a better way of entering/storing the player data.
It's currently a tabbed panel setup (ignore the poor formatting/layout, that's being fixed already) with a table as each content, manually written every time a new player is added. This is a lot of code, messy, and hard for someone else to edit.
What I'd ideally like to end up with is one (or a set of) csv file(s) stored on the server which when edited, will automatically update the html page.
I've looked at a few examples but found nothing so far that strikes me as perfect - the final site will ideally alphabetise all the entries and include a photo as it already does (the photos can be stored by name which will match the name in the players data). Essentially it displays as it does already but with the data stored more sensibly.
If anyone can suggest a good way of attempting this it would be much appreciated; I'm afraid I have only a very basic knowledge of java and pretty much no php (but then not even sure if it's installed on the server!) but I'm fairly comfortable in html and css