类似于dedecms开始配置数据库他这个直接在HTML中运行PHP代码,然后PHP里面包含这个文件,这是为什么?部分PHP代码:
if($step==1)
{
include('./templates/step-1.html');
exit();
}
部分HTML代码:
<title>安装程序 - Simple Board - 简易留言板<?php echo $verMsg; ?></title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>