php生成单页静态网页

<p>php生成单页静态网页<br /> <!--?php<br /--> $php=$_GET[&quot;php&quot;];<br /> $html=$_GET[&quot;html&quot;];<br /> ob_start();<br /> require $php;<br /> $file=ob_get_contents();<br /> ob_end_clean();<br /> $fp=@fopen($html,&quot;w&quot;) or die(&quot;写方式打开文件失败,请检查程序目录是否为可写&quot;);//配置conn.php文件<br /> @fputs($fp,$file) or die(&quot;文件写入失败,请检查程序目录是否为可写&quot;); <br /> @fclose($fp);<br /> echo &quot;生成成功!&quot;;<br /> ?&gt;</p>
RangeTime:0.007786s
RangeMem:204.16 KB
返回顶部 留言