RE: Invoke PHP scripts?

2002-05-30 Thread Gabriel C Millerd
On Wed, 29 May 2002, Jim Helm wrote: > How about using php in cgi mode and using `php scriptname` from within > perl to capture the output? Not the best performance-wise, but it would > do what you want, I think. > will the cgi environment be preserved? --- Gabriel Millerd | When

RE: Invoke PHP scripts?

2002-05-29 Thread Jim Helm
ECTED] > Subject: Invoke PHP scripts? > > > > Hi there, > > Apologies if this has been asked 2^32 times, but I couldn't > seem to find anything in the archives or on the web which > would solve my problem. > > I'm developing a large-ish web site in which

Re: Invoke PHP scripts?

2002-05-29 Thread Stas Bekman
Ryan Thompson wrote: > Thomas Klausner wrote to [EMAIL PROTECTED]: > > >>Hi! >> >>On Tue, May 28, 2002 at 09:48:14PM -0600, Ryan Thompson wrote: >> >> >>>I'm developing a large-ish web site in which I would like to use a >>>combination of mod_perl (90%) and PHP (10%). I have run into a >>>roadbl

Re: Invoke PHP scripts?

2002-05-29 Thread Ryan Thompson
Thomas Klausner wrote to [EMAIL PROTECTED]: > Hi! > > On Tue, May 28, 2002 at 09:48:14PM -0600, Ryan Thompson wrote: > > > I'm developing a large-ish web site in which I would like to use a > > combination of mod_perl (90%) and PHP (10%). I have run into a > > roadblock trying to include the outp

Re: Invoke PHP scripts?

2002-05-29 Thread Andrew McNaughton
On Wed, 29 May 2002, Thomas Klausner wrote: > Hi! > > On Tue, May 28, 2002 at 09:48:14PM -0600, Ryan Thompson wrote: > > I'm developing a large-ish web site in which I would like to use a > > combination of mod_perl (90%) and PHP (10%). I have run into a > > roadblock trying to include the outp

Re: Invoke PHP scripts?

2002-05-29 Thread Thomas Klausner
Hi! On Tue, May 28, 2002 at 09:48:14PM -0600, Ryan Thompson wrote: > I'm developing a large-ish web site in which I would like to use a > combination of mod_perl (90%) and PHP (10%). I have run into a > roadblock trying to include the output of a PHP script from a mod_perl > script. As far as I k

Invoke PHP scripts?

2002-05-28 Thread Ryan Thompson
Hi there, Apologies if this has been asked 2^32 times, but I couldn't seem to find anything in the archives or on the web which would solve my problem. I'm developing a large-ish web site in which I would like to use a combination of mod_perl (90%) and PHP (10%). I have run into a roadblock try