<?php
header("Content-type:text/html;charset=utf-8");
$file = file_get_contents('http://www.manew.com/6176.html');
preg_match_all('/<h1>(.*)<\/h1>/si',$file,$content);
print_r($content);
?>
header("Content-type:text/html;charset=utf-8");
$file = file_get_contents('http://www.manew.com/6176.html');
preg_match_all('/<h1>(.*)<\/h1>/si',$file,$content);
print_r($content);
?>