[UPHPU] XML to SQL

Brady Mitchell bradym at ext.usu.edu
Thu Jul 6 13:04:05 MDT 2006


> Depending on the complexity of your XML document you may be able to  
> use the SimpleXML extension (http://www.php.net/manual/en/ 
> ref.simplexml.php).  This is my favorite way to parse small XML  
> documents.

Being my first time parsing XML I was trying the hard way.. I haven't
used SimpleXML before, but after getting very frustrated with the
regular xml functions, I went back to the manual.  After finding
SimpleXML I've solved the problem in about an hour or so.

Amazing what happens when you use the right functions for the job...  :)

Thanks to those who responded.

Brady



More information about the UPHPU mailing list