I am planning on creating a web interface, in which users will create fields to store information from robot matches.
Each year the competition is different, and thus the information that needs to be recorded is different. Usually there are 5-15 pieces of information for each of the 6 robots on the playing field.
I had a couple of thoughts,
1.) take the input from a php page, and use it to create a table in the database.
2.) To somehow store the schema as a text string, and the same with the data.
Your thoughts and insight would be greatly appreciated.