Re: [PHP] curious (and frustrating) php/apache behavior

2005-10-29 Thread Richard Lynch
On Sat, October 29, 2005 12:01 pm, Don Brown wrote: > We're having a problem getting more than one imbedded PHP script to > execute in our Apache-served pages. We're using Apache 2.0.40 > server-side includes. We wish to include multiple PHP scripts into our > pages but are only succeeding in havin

Re: [PHP] curious (and frustrating) php/apache behavior

2005-10-29 Thread Linda H
We wish to include multiple PHP scripts into our pages but are only succeeding in having the first included PHP script executed; the rest are ignored or misinterpreted as HTML... I don't know if this is part of your problem, but when you do an include, it throws you out of php. So, if there

[PHP] curious (and frustrating) php/apache behavior

2005-10-29 Thread Don Brown
We're having a problem getting more than one imbedded PHP script to execute in our Apache-served pages. We're using Apache 2.0.40 server-side includes. We wish to include multiple PHP scripts into our pages but are only succeeding in having the first included PHP script executed; the rest are ig