试图使用文档——对象——接触者获取档案内容并删除该档案中某一部分线。
在我想要达到的距离附近,以下任何地方是否:
$page = file_get_contents( myPage.php?id= .$_GET[ id ]);
$file = temp/form_ .$_GET[ id ]. .html ;
$change = file_get_contents( myPage.php?id= .$_GET[ id ]);
$change = str_replace("/Elements/", "", $change);
file_put_contents($page, $file);