Q。 HTMLページでPHPタグを使用できますか?
回答 。はい、 PHPを使用できます htmlページ内のタグ。あなたがしなければならないのはあなたのapacheにhtmlでPHPを埋め込むことです 構成し、htmlページでphpコードを実行するモジュールを追加します。私たちのサポートは、あなたがあなたの側からこれらの変更を行うことができない場合、またはあなたが共有ホスティングアカウントを持っている場合にあなたを助けます。
専用サーバーまたはVPSアカウントをお持ちの場合は、「 AddHandler」でこれを行うことができます 」httpd.confのセクション
AddHandlerに次の行を追加するだけです :-
AddType application/x-httpd-php .html
追加すると、addhandlerセクションは次のようになります:-
AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php .php3 AddType application/x-httpd-php .html AddType application/x-httpd-php-source .phps AddType application/x-httpd-php .phtml AddHandler cgi-script .cgi .pl AddType text/html .shtml AddType application/x-tar .tgz AddType text/vnd.wap.wml .wml AddType image/vnd.wap.wbmp .wbmp AddType text/vnd.wap.wmlscript .wmls AddType application/vnd.wap.wmlc .wmlc AddType application/vnd.wap.wmlscriptc .wmlsc