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