Re: [PHP] .html or.php extension

2004-02-08 Thread Chris Garaffa
On Feb 5, 2004, at 5:15 PM, 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 with in it, it won't interpret the PHP code. Unlike JavaScript, f.i. Right, the browser interprets the JavaScript that's sent to it; the

Re: [PHP] .html or.php extension

2004-02-08 Thread Jason Wong
On Friday 06 February 2004 06:15, 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 with in it, it won't interpret > the PHP code. > Unlike JavaScript, f.i. > Is there a way to make the server do the PHP code an

Re: [PHP] .html or.php extension

2004-02-08 Thread John Nichel
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 with in it, it won't interpret the PHP code. Unlike JavaScript, f.i. Is there a way to make the server do the PHP code anyway, in an HTML file ? Or must the action yes