Page 1 of 1

Data Conversion via PHP

Posted: Mon Apr 09, 2007 2:15 am
by ranjan_rbl
Hi All,

I m unable to figure out how to extract data in the database format which is picked in any format (like., EXCEL, XML, CSV, Notepad, Word, http, view).

I have an interface which allows users to log into the application and then to upload the data in formats mentioned above.

Now how can I extract the data from the file uploaded and insert into my database.

Can anybody help me in the regard,

I wud be very thankful.


Amit Ranjan

Posted: Mon Apr 09, 2007 8:18 am
by feyd
You will need some form of code that understands those formats and can pass that information to your database in a standardized way.