View Single Post
Old 10-14-2006, 04:35 PM  
bl4h
Confirmed User
 
Join Date: Jul 2006
Location: Philadelphia
Posts: 1,282
put this in your htaccess file

if you wanted to parse html as php do this (though you shouldnt do this)

in .htaccess file

Quote:
AddType application/x-httpd-php .html .htm
heres how you include. Name the file with whatever you want to include something like ass.inc

PHP Code:
<?PHP include 'ass.inc'?>
Including the file remotely? STUPID THING TO DO.
bl4h is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote