pod[$i]->belegnr)<2) { echo 'Abbruch in Zeile: '.$i.''; break; } $temp=' '; $temp=$xml->pod[$i]->belegnr; echo "in bearbeitung: ".$temp; echo ""; $scandaten = $GLOBALS['mysql']->query_single("SELECT * FROM ilonexs WHERE label='".$temp."'"); if($scandaten['num_rows']==0) { $GLOBALS['mysql']->insert("INSERT INTO ilonexs (label) VALUES('".$temp."')"); echo "Label erstellt: ".$temp; echo ""; } } //---------------------------------------------------------------------------------------------------------------- //echo "
"; print_r($xmldata); echo ""; //echo "
"; print_r($output); echo ""; */ ?>