RE: [PHP] Calling PHP from Java usign CGI...

2003-06-27 Thread Jay Blanchard
[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

[PHP] Calling PHP from Java usign CGI...

2003-06-26 Thread Rodrigo Reyes
Hi all 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