here's a question for you all... if I have an XML file that is created with PHP and mySQL, how can I get the data from that XML file back another database/table? How can I parse the data to only get what I want from the XML file? Any suggestions?
Parse the file, get the data. then store it. http://www.php.net/manual/en/ref.xml.php, for example. There's a lot of xml&php related stuff on the Net...