[insert_php]
$res = file_get_contents(“http://kokunai.tour.ne.jp/toku/search/tour/dtlist.php?grp=7259&cat=41784”);
$res = mb_convert_encoding($res, “UTF8”, “auto”);
print $res;
[/insert_php]
$res = file_get_contents(“http://kokunai.tour.ne.jp/toku/search/tour/dtlist.php?grp=7259&cat=41784”);
$res = mb_convert_encoding($res, “UTF8”, “auto”);
print $res;
[/insert_php]