View Single Post
Old 04-27-2004, 03:53 PM  
modifried
Registered User
 
Join Date: Feb 2004
Location: BC, Canada
Posts: 38
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.
__________________
Coder.

ICQ - 39959568
Email - [email protected]
modifried is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote