html kann die PHP-Methode ausführen: 1. Ändern Sie die Datei httpd.conf und weisen Sie Apache an, HTML als PHP zu behandeln. 2. Ändern Sie .htaccess.
Die Betriebsumgebung dieses Artikels: Windows 7-System, PHP5-Version, Dell G3-Computer
Kann HTML PHP-Methoden ausführen?
Wie führe ich PHP-Anweisungen in statischen HTML-Dateien aus? Die PHP-Anweisungen in HTM-Dateien können nicht ausgeführt werden. Wie führt man PHP-Code in einer HTML-Datei aus?
So führen Sie PHP-Anweisungen in HTML-Dateien aus: 1. Ändern Sie httpd.conf und weisen Sie Apache an, HTML als PHP zu behandeln. Sie müssen die http.conf-Datei auf dem Server ändern. Fügen Sie die folgende Anweisung zur httpd.conf von Apache hinzu:AddType application/x-httpd-htm .htm Action application/x-httpd-htm “/php4/php.exe”
NEW PHP Add Handlers SolutionIf you need an add handler for PHP please use the following: #PHP5 AddHandler application/x-httpd-php5 .html .htm #PHP4 AddHandler application/x-httpd-php4 .html .htm That is if you need to parse .html files or any other extension as PHP you can place that in your .htaccess file.
PHP-Video-Tutorial
“Das obige ist der detaillierte Inhalt vonKann HTML PHP-Methoden ausführen?. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!