Re: [PHP] Re: .html or.php extension

2004-02-08 Thread John W. Holmes
Paul Furman wrote: If you start with one index.php then use that to include additional files, it should accept any file, even with no extension. At least it works that way for me. Just be careful with that. Remember that the files can be requested on their own, also. If you have "database.inc"

[PHP] Re: .html or.php extension

2004-02-08 Thread Paul Furman
If you start with one index.php then use that to include additional files, it should accept any file, even with no extension. At least it works that way for me. E . H . Terwiel wrote: My PHP system demands that files to be interpreted by PHP MUST have the .php extension. If I have an .html file