Include files

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
leewad
Forum Commoner
Posts: 91
Joined: Tue May 11, 2004 8:32 am

Include files

Post by leewad »

Hi,

Im trying to include a file into a html file but having problems:

in my .htaccess i have:

AddHandler server-parsed .html .htm

Now the problem I have is it works using a html file

include virtual="footer.htm"

BUT NOY USING A PHP FILE

include virtual="footer.php"

Any ideas why it will add .htm but not .php files in the include?
Post Reply