I have an articles website in PHP/MySQL. What I want to allow someone to do is to upload a CSV file and have that appear as a table within the article itself. I want to avoid doing a CREATE table every time as I could easily end up with thousands of tables.
Thoughts on the best way to store table information like this efficiently and permanently?