0% found this document useful (0 votes)
7 views1 page

PHP TOhtm

Run php script in html

Uploaded by

Ritesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

PHP TOhtm

Run php script in html

Uploaded by

Ritesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Php to HTML/Htm

We can also write php file with .htm or .html extension. TO do this add a bit of
code in Apache's "httpd.conf" file, to configure .htm file as .php file.
Code:# Make all PHP code look like HTML
AddType application/x-httpd-php .htm .html

You might also like