> 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
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
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
3 matches
Mail list logo