Page 1 of 1

Newbie drop-down lists + db mysql

Posted: Sat Jan 28, 2012 11:06 am
by santille
Hi all,

I'm a newbie in PHP and try to optimize a script with drop-down lists.
Please find attached the .zip with files.
There are :
- files .sql to create the tables and one to fill the tables (emp_empdetail.sql)
- report.php to process
- showreport1.php to display results
- exemple_he_1.xls, the file given to me to fill the database.

My question is : how to proceed to do that from the .xls file?

You can preview a demo at http://www.fang.ch/pathos/report.php.

Thanks for your coorperation,

Sebastien

Re: Newbie drop-down lists + db mysql

Posted: Sat Jan 28, 2012 12:45 pm
by Celauran
The .sql files appear to contain all the information contained in the spreadsheet. Once you've finished importing the .sql files, you should have all the information you need.