<?
for($i=1;$i<10;$i++){
$url="http://www.chinatoolsnet.com/company/coltdshow.php?id=".$i;
$con=file($url);
$mailstr=$con[295];
$temp=explode("'",$mailstr);
$mail=substr($temp[1],7,strlen($temp[1]));
echo $mail."<br>";
}
?>