I am dynamically creating a table based on an uploaded CSV file, and I'd like allow the user to see this information. My query is simply SELECT * FROM `temp`. How do I go about displaying the content of this table onto the page, since the number of columns could vary?