Glidarn
Member
Warning: simplexml_load_file() [function.simplexml-load-file]: file:///C:/Cipsoft%20Project%200.3.5//data/items/items.xml:21123: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xF1 0x6F 0x20 0x70 in C:\xampp\htdocs\shopadmin.php on line 94
Warning: simplexml_load_file() [function.simplexml-load-file]: <item id="9998" article="a" name="filled jalapeño peppers"> in C:\xampp\htdocs\shopadmin.php on line 94
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in C:\xampp\htdocs\shopadmin.php on line 94
Could not load items!
Line 94:
LUA:
$items = simplexml_load_file($config['site']['server_path'].'/data/items/items.xml') or die('<b>Could not load items!</b>');
anyone knows anything about this problem?