[PHP] PHP within .html files

2001-08-16 Thread Paul S.
My UNIX apache server that I host from seems to be preset to execute PHP code within html docs. That is, a php require statement within a .html file is included, executed, and sent to the browser. Is this unusual? or standard? I ask because I would hope not to become dependent on including php

RE: [PHP] PHP within .html files

2001-08-16 Thread Jon Haworth
: 16 August 2001 16:29 To: [EMAIL PROTECTED] Subject: [PHP] PHP within .html files My UNIX apache server that I host from seems to be preset to execute PHP code within html docs. That is, a php require statement within a .html file is included, executed, and sent to the browser. Is this unusual