get_file_contents() PHP

Posted by butteff on Stack Overflow See other posts from Stack Overflow or by butteff
Published on 2010-03-21T14:52:37Z Indexed on 2010/03/21 15:01 UTC
Read the original article Hit count: 150

Filed under:
|

Why have I got trouble with charset on echo?

$url = "http://ru.wikipedia.org";
$site=file_get_contents($url);
echo $site;

© Stack Overflow or respective owner

Related posts about php

Related posts about encoding