Re: [PHP] parser

2002-01-15 Thread Jon Farmer
> My problem: The parser takes in input from an external xml file but the > output from the servlet needs to be dynamically fed into the parser > something like this: Err no you can feed a XML string to the parser. So capture the XML output from the servlet into a string, clean it up if it has an

Re: [PHP] parser outside of web tree. whats the trick?

2001-07-26 Thread Darren Henderson
On Fri, 27 Jul 2001, Brian White wrote: > What this sounds like to me is that as well as having a PHP binary, that > PHP is installed as a module in your web server. Thanks for the response. It is installed as module and as a stand alone outside the web tree at least on the AIX and Freebsd se

Re: [PHP] parser outside of web tree. whats the trick?

2001-07-26 Thread Brian White
What this sounds like to me is that as well as having a PHP binary, that PHP is installed as a module in your web server. For whatever reason ( more than likely, the file extension ) the web server is NOT executing it as a CGI itself, but passing it to the PHP module to deal with. That is just tr