我如何将php代码按照.htm或.html文件的方式执行?
在你的.htaccess文件插入代码:
AddType application/x-httpd-php .html .htm .php
AddHandler application/x-httpd-php .html .htm .php