nie wiem czemu wyskakują mi takie błędy:
Warning: simplexml_load_file() [function.simplexml-load-file]: xml.xml:1: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xFC 0x73 0x73 0x65 in D:\Serwer\httpd\xml\floor.php on line 8
Warning: simplexml_load_file() [function.simplexml-load-file]: pe>2W</OddsType><OddsData><HomeTeam>Artland Dragons</HomeTeam><AwayTeam>Giants D in D:\Serwer\httpd\xml\floor.php on line 8
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in D:\Serwer\httpd\xml\floor.php on line 8
Warning: simplexml_load_file() [function.simplexml-load-file]: xml.xml:2: parser error : expected '>' in D:\Serwer\httpd\xml\floor.php on line 8
etc.
Kod:
<?php $xml = simplexml_load_file('xml.xml'); foreach($xml as $floor) { } ?>