Re: [PHP] pass output of php scripts through command line program or cgi

2004-01-16 Thread Ray Hunter
on the commandline you need to have the php executable on your path...then run php -f [filename] so php -f index.php that will do it for you. -- Ray On Sat, 2004-01-17 at 05:44, Paul William wrote: > Hi, > > I want to run the output of all the php scripts running on my apache > server thro

[PHP] pass output of php scripts through command line program or cgi

2004-01-16 Thread Paul William
Hi, I want to run the output of all the php scripts running on my apache server through a command line or CGI program. I do not want to modify any of the php scripts.Has anyone done this? Is this possible? For example (this is a stupid example and I am not using it for this): The output of "inde