Data Conversion via PHP

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
ranjan_rbl
Forum Newbie
Posts: 1
Joined: Mon Apr 09, 2007 2:07 am
Location: New Delhi, India
Contact:

Data Conversion via PHP

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

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