XML 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
ionalia
Forum Newbie
Posts: 2
Joined: Wed Sep 13, 2006 2:08 pm

XML to MySQL

Post by ionalia »

Hiya guys,

I get data from my client in xml format (every day) and I need to store it to mysql ?
any hint or idea how to do this ?

I also need to build graph from this data

thanks




:D
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

SimpleXML might help
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

use mysql admin to upload data or any other mysql admin software. What sorts of graphs do you need?

Download odbc driver for mysql, fire up excel, connect to db, pull data in excel and make charts
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

jpgraph.. and the manual has several systems for XML.. SimpleXML being one, http://php.net/ref.xml being another... and so forth...
Post Reply