Quote:
Originally posted by gornyhuy
In that case you should use PHP includes, you can include basically anything anywhere. If have .php files gives you heartburn there are tricks to avoid that.
|
Yeah, the most effective of which being to either edit the httpd.conf file or use an .htaccess file with the line:
AddType application/x-httpd-php .php .php3 .htm .html
To make .htm and .html files work with the PHP parser.
Edit: Assuming it's an apache webserver.