")
{
echo "验证正确";
}
else echo "验证出现错误";
}
function jiequ($filename)
{
$i=substr(trim(file_get_contents($filename)),0,9);
return $i;
}
?>
------解决方案--------------------
file_put_contents("./tempdata.txt",$masstemp);
$ls="finddata/tempdata.txt";
你这两个tempdata.txt文件是不是同一个??
问题描述的在清楚些。