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
ionalia
Forum Newbie
Posts: 2 Joined: Wed Sep 13, 2006 2:08 pm
Post
by ionalia » Wed Sep 13, 2006 2:20 pm
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
Luke
The Ninja Space Mod
Posts: 6424 Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA
Post
by Luke » Wed Sep 13, 2006 2:22 pm
wtf
Forum Contributor
Posts: 331 Joined: Thu Nov 03, 2005 5:27 pm
Post
by wtf » Wed Sep 13, 2006 2:22 pm
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Sep 13, 2006 2:23 pm
jpgraph.. and the manual has several systems for XML.. SimpleXML being one,
http://php.net/ref.xml being another... and so forth...