Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<?php $html = file_get_contents("http://strawberryfarm.info/moon_informer.php"); $html_utf8 = mb_convert_encoding($html, "utf-8", "windows-1251"); echo $html_utf8; ?>
<?php header("Content-Type: text/html; charset=utf-8"); ?>