Calling PHP scripts from JSP?
Posted: Thu Apr 13, 2006 9:25 am
Hi,
is there a simple way to call PHP scripts with some GET parameters from JSP? I would also need to get some information back, though it will be very simple and could be done using the PHP's standard output. The PHP and JSP scripts will be running on the same machine, the PHP scripts through Apache and the JSP ones through Tomcat.
I have no need to share more data than the GET parameters and return string mentioned above.
Thanks,
Cédric.
is there a simple way to call PHP scripts with some GET parameters from JSP? I would also need to get some information back, though it will be very simple and could be done using the PHP's standard output. The PHP and JSP scripts will be running on the same machine, the PHP scripts through Apache and the JSP ones through Tomcat.
I have no need to share more data than the GET parameters and return string mentioned above.
Thanks,
Cédric.