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.