Home  >  Article  >  Backend Development  >  An automated personal web page generation system (5)_PHP tutorial

An automated personal web page generation system (5)_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 17:22:33846browse

Template generation, file name: muobanshen.php


Test





$fdd=fopen("muoban1.txt","w");
fwrite($fdd,$muban1);
fclose($fdd);
$fdd=fopen("muoban2.txt","w");
fwrite($fdd,$muban2);
fclose($fdd);
$fdd=fopen("muoban3 .txt","w");
fwrite($fdd,$muban3);
fclose($fdd);
echo "Template modified successfully!
";
?>
Manage files



[The copyright of this article is jointly owned by the author time2 and Oso.com. If you need to reprint, please indicate the author and Source]

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532303.htmlTechArticleTemplate generation, file name: muobanshen.php test $fdd=fopen(muoban1.txt,w); fwrite( $fdd,$muban1); fclose($fdd); $fdd=fopen(muoban2.txt,w); fwrite($fdd,$muban2); fclose($fdd); $fdd=...
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