开发者

file_get_contents() PHP

Why have I got trouble with charset on echo?

$url = "http://ru.wikipedia.or开发者_JAVA技巧g";
$site=file_get_contents($url);
echo $site;


Try putting header('Content-Type: text/html;charset=utf-8'); at the start of your file

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜