1 2 <?php 3 $content = @file_get_contents("http://www.manager.co.th/RSS/Sport/Sport.xml"); 4 header("Content-Type: text/xml; charset=utf-8"); 5 echo iconv('windows-874', 'utf-8', $content); 6 ?>
You need to create an account or log in to post comments to this site.