Home > Backend Development > PHP Tutorial > An automated personal web page generation system (2)_PHP tutorial

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-13 17:21:13
Original
1166 people have browsed it

模板提交,文件名:muban.php


Untitled Document



















标题之前:

正文之前:

正文之后:










模板生成,文件名:muobanshen.php


测试





$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 "模板修改成功!

";
?>


管理文件





www.bkjia.comtruehttp://www.bkjia.com/PHPjc/532498.htmlTechArticle模板提交,文件名:muban.php html head titleUntitled Document/title meta http-equiv="Content-Type" content="text/html; charset=gb2312" /head body bgcolor="#FFFFFF" backgroun...
Statement of this Website
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
Latest Issues
Why does it still jump after returning false?
From 1970-01-01 08:00:00
0
0
0
Optimize table indexes in MySQL
From 1970-01-01 08:00:00
0
0
0
Why can't I install it?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template