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