[snip]
    Has anyone been able to call php from a servlet (JAVA) using CGI
interface? I am trying to do that here, and everything seems to work
without
problems, except that no data returns from the execution of my scripts.
Any
idea what could be happening? Is there information on how to configure
the
CGI variables in order to be able to call PHP? Thanx in advance...
[/snip]

Is the 'data' being returned to stdout? I suspect so, therefore the
servlet would have to get the returned information from stdout.

HTH!

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to