Hi there, I want do discover the location from a IP, I use this url ' http://www.onflex.org/geo/xml/ ', that's does a XML file, it's ok on my browser, but when i try to read this file with php: $myxml = simplexml_load_file ('http://www.onflex.org/geo/xml/'); That's gives a error: Warning: simplexml_load_file() [function.simplexml-load-file]: http://www.onflex.org/geo/xml/:8: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xE3 0x6F 0x20 0x50 ***** Anyone Who might help me with this? zechim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php