uploading huge xml file to 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
pkvasan
Forum Newbie
Posts: 4
Joined: Mon Jan 29, 2007 6:05 am

uploading huge xml file to mysql

Post by pkvasan »

Hi

I have an huge XML file (100 MB) to upload to msql.
can any one help me in how do i do this using php

Thanks

pkvasan
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Generally, it's exactly the same as any other upload except you will likely have to import the file in chunks to MySQL.
Post Reply