GNU/Linux >> Tutoriales Linux >  >> Panels >> Panels

Usando PHP en páginas html

P. ¿Puedo usar una etiqueta PHP en mi página html?

Respuesta . Sí, puedes usar el PHP etiqueta dentro de las páginas html. Todo lo que tienes que hacer es incrustar PHP con html en tu apache configuración y agregar módulos que ejecutarán el código php en sus páginas html. Nuestro soporte lo ayudará si no puede realizar estos cambios por su parte o si tiene una cuenta de alojamiento compartido.

Para aquellos que tienen servidores dedicados o cuentas de VPS, pueden hacerlo en “AddHandler ” sección de httpd.conf

Simplemente agregue la siguiente línea en AddHandler :-

AddType application/x-httpd-php .html

Después de agregarlo, la sección addhandler se vería así:-

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

Panels
  1. ¿Cómo analizar PHP en archivos html?

  2. Cómo configurar Nginx para ejecutar PHP usando PHP-FPM

  3. Cómo instalar PHP-Memcache en PHP 7.x usando cPanel

  4. Envío de correo HTML usando un script de shell

  5. Usando WGET para ejecutar un cronjob PHP

Cómo conectarse a MySQL usando PHP

Cómo instalar WordPress en Ubuntu 18.04 usando LAMP Stack

¿Cómo habilitar/deshabilitar módulos Apache/PHP usando EasyApache3?

¿Cómo habilitar/deshabilitar los módulos de Apache y PHP usando EasyApache4?

Uso de instalaciones alternativas de PHP

Cómo conectarse a MySQL usando PHP