i have a list of xml documents that i want to extract data from and add to my database- which way is the best in php?
example documents are
http://xml.gamebookers.com/sports/football.xml http://www.bet-at-home.com/oddxml.aspx?lang=en
I want to extract the odds of a the soccer teams, the odds of them winning and match them with the fixtures i have in my database- which way would be the best way/function to do this?