Jump to content

Parsing PHP in HTML files


flyerball10

Recommended Posts

I need to parse php with HTML pages on my site. I have access to the httpd.conf file and have added the following the .conf file:

 

AddType application/x-httpd-php .php .html

 

I restarted Apache and tested the following HTML:

 

<html>

<head></head>

<body>

  <h1>

  <?php echo "I LOVE PHP!"; ?>

  </h1>

</body>

</html>

 

Nothing....No results...No parsing!! Any thoughts?? Anyone? PLEASE HELP

Link to comment
https://forums.phpfreaks.com/topic/72021-parsing-php-in-html-files/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.