zang8027 Posted September 30, 2008 Share Posted September 30, 2008 I have this idea that I wish to do. I have an xml document from a website that is continuously updating peoples stats for this game. Now i want to create a "High Scores" page. My theory of how this would work would be: 1) Somehow parse the XML into a structured mySQL table 2) Use PHP to grab the information out of the database and sort it. Is this the way to go about it? Also, is it possible to parse the XML into mySQL? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted September 30, 2008 Share Posted September 30, 2008 Well, yeah. You can use SimpleXML to parse it and then create queries to insert it into a database. I'm not exactly sure what "parse the XML into MySQL" is supposed to mean though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.