$requestAddress = “your XML url”;
$xml_str = file_get_contents($requestAddress,0);
$xml_str = mb_convert_encoding($xml_str, ‘UTF-8′, “iso-8859-7″);
//mb_convert_encoding(‘The URL’, ‘The URL Encoding’, ‘Your encoding’)
Posted on 14 December 2009.
$requestAddress = “your XML url”;
$xml_str = file_get_contents($requestAddress,0);
$xml_str = mb_convert_encoding($xml_str, ‘UTF-8′, “iso-8859-7″);
//mb_convert_encoding(‘The URL’, ‘The URL Encoding’, ‘Your encoding’)
Posted in PHPComments (0)
