I have code to extract data from an XML feed and post it to mySQL tables.
$propertyid = $objDOM->getElementsByTagName("property");
foreach( $propertyid as $value ){
etc etc
}
It works fine - it extracts the data, corrects formats where necessary, corrects data errors and successfully post to...