Newbie drop-down lists + db mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
santille
Forum Newbie
Posts: 17
Joined: Thu Aug 05, 2004 1:31 pm

Newbie drop-down lists + db mysql

Post 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
Attachments
lists.zip
(12.08 KiB) Downloaded 134 times
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Newbie drop-down lists + db mysql

Post 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.
Post Reply