Question : Insert data from test.xls to Mysql database table with php

Hello,

i have attached file which i want to insert in to mysql database table.
i have made simple form method to upload file, now i need php code which read and insert data into database.
Attachments:
 
excel file (.xls) which have to import
 

Answer : Insert data from test.xls to Mysql database table with php

If you must use a .xls format, then use ExcelReader

http://devzone.zend.com/article/3336

The article tells you what you need to install and has sample code for reading data as rows and columns.
Random Solutions  
 
programming4us programming4us