Hi,
I've found a great website which can extract data from a MySQL database and populate chained drop downs. (http://www.noboxmedia. com/20/massive-ajax-countryarea-drop-down-list/)
I'd like the option of a user "dynamicall y" uploading their Excel file, extracting certain data, and including their data in the drop downs too. All this without the users data needed to be stored on the server longer than necessary.
The only way I can see how to do this is use PHP to read the Excel file (via phpexcelreader) , MySQL to create a temporary table uisng this data, PHP to set global variables based on the users data in the table, and finally reload the original webpage with the addition page content taken from the global variables.
This seems a bit too complex. Does anyone know of an easier way - or even better - a web site which has an example?!
Thanks!
I've found a great website which can extract data from a MySQL database and populate chained drop downs. (http://www.noboxmedia. com/20/massive-ajax-countryarea-drop-down-list/)
I'd like the option of a user "dynamicall y" uploading their Excel file, extracting certain data, and including their data in the drop downs too. All this without the users data needed to be stored on the server longer than necessary.
The only way I can see how to do this is use PHP to read the Excel file (via phpexcelreader) , MySQL to create a temporary table uisng this data, PHP to set global variables based on the users data in the table, and finally reload the original webpage with the addition page content taken from the global variables.
This seems a bit too complex. Does anyone know of an easier way - or even better - a web site which has an example?!
Thanks!
Comment