Home >Backend Development >PHP Tutorial >A personal web page automatic generation system 2_PHP tutorial

A personal web page automatic generation system 2_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-13 17:26:09844browse

Template submission, file name: muban.php


Untitled Document






Template generation, file name: muobanshen.php


Testing





$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


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/531992.htmlTechArticleTemplate submission, file name: muban.php Untitled Document template generation, file name: muobanshen.php Test $fdd= fopen("muoban1.txt","w"); fwrite($fdd,$muban1); fclose($fdd); $fdd=fope...
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