Hi
I am a bit of a novice when it comes to making websites. I want to be able to display a large set of information on my site. This is in the form of thousands of tables all of the same format and referred to by codes, say for example X and Y, and these are all saved as either html files or images in a folder on my site.
I want to make a webpage where when a user wants to find the tables for code X, they either click a button or type it in a box then press enter. Then they are taken to a page which brings through the tables for X. So it takes some general filepath and adds X to the end to bring through the correct table, and its embedded on a generic page which will be the same for all codes.
I don't want to have to make a separate page for each code, as there will be thousands and I don't know a quick way to do it, so is this idea possible?