Jump to content

php


aruncourage

Recommended Posts

Dear friends

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

The above code is my  .htaccess file ..

 

The below code is my  html file

<html>

<head></head>

<body>

  <h1>

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

  </h1>

</body>

</html>

 

In that file , i have written the php scripit...

 

I wants add the php code in html file.  Many forums do like that way . but i didn't get result of echo statement. I am trying for that three hours...Please please help me.

Thank you  :confused: :confused: :confused:

Link to comment
https://forums.phpfreaks.com/topic/200139-php/
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.