<? $job=file_get_contents('http://awby.cn'); for($i=1;$i<6;$i++){ if($job){ echo '访问了'.$i.'次'; } } ?>
@齐子 把上面这行放进循环试试