<?php $url='https://www.mhcf.net/api.php?type=2';
$html = file_get_contents($url);
echo $html; ?>