Choose table from web page
-
I have created a single table with 15 million records in a MySQL back end. When creating a table, it was too slow. It would take about 20 to 30 seconds for a single search to return results. My back end is optimized. I concluded that I needed to split my large table into many smaller tables. I did this and now searching a table takes less than one second.
My question is this…
How can I create a single web page where when opened, the first thing that is on the page is a drop down selector populated with a bunch of custom labeled items that when I select one option, it pulls up the correct table I wish to search?
I have attempted to look though many different forums and Google search, but I can’t find a solution. Please help.
The topic ‘Choose table from web page’ is closed to new replies.