* Thus wrote Curt Zirzow ([EMAIL PROTECTED]):
> * Thus wrote Bill Pilgrim ([EMAIL PROTECTED]):
> > If php and html are to be included in the same document, does the document extension always have to be .php ? Are there ways to include php into an html document without changing the extension?
>
> Apache, IIS, Other?
>
> If apache:
>
> AddType application/x-httpd-php .php .html
> add this ----------------------------^^^^^
Btw, thats in your system http.conf, and if you have permissions to do that.
And every .html page is parsed by PHP.
He will still have to turn PHP on and off within the page.
Unless he *really* wants to hide usage of PHP, I don't see the point of doing this.
Miles Thompson
PS Curt - Like the sig<g>.
Curt -- "I used to think I was indecisive, but now I'm not so sure."
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php