Dear folks:
I need to know how to get PHP5.1.2 works with Java in Windows environment. So far the materials I get from Internet are about getting PHP4 to works with Java.
Kindly help on this. TQ.
Have you tried http://php-java-bridge.sourceforge.net/
You can use phpservlet.war which runs PHP in a servlet engine like tomcat.
I have PHP5 running in CGI mode on tomcat with phpservlet.war deployed as webapp.