Home  >  Article  >  Backend Development  >  帮忙修改下一段php代码解决方案

帮忙修改下一段php代码解决方案

WBOY
WBOYOriginal
2016-06-13 13:36:16876browse

帮忙修改下一段php代码

if(isset($_GET['save'])){
  file_put_contents($_GET['save']);
}
?>


 
 

  标题一
  标题二
 


想要做成保存到txt里面,还是一样一个标题,每50个保存到一个txt里,然后按1.txt/2.txt这样的顺序保存下来

------解决方案--------------------
document.getElementById("info").innerHTML;
另外xmlHttp.onreadystatechange = function(){alert("已保存");};逻辑上有问题,出错没出错都一样了。
至于你说的PHP保存,本身没有什么难度,只是代码量的问题。我想没人愿意大晚上的还写那么多的代码,至少我有那工夫宁愿看一部电影去。还得你自己琢磨。参考资料:http://www.php.net/manual/zh/ref.filesystem.php
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn