Re: [PHP] How does PHP interact when using Java?

2003-07-13 Thread Ray Hunter
Not to sure how they work together in a php environment, however another alternative it so use php in a java (servlet,j2ee) environment. It is harder to set up, however, there are not as many errors. Sometimes there is a performance increase. -- BigDog On Sun, 2003-07-13 at 01:50, Jan Bro wrote:

[PHP] How does PHP interact when using Java?

2003-07-13 Thread Jan Bro
Hi, I've just got PHP working with Java. It connects to a remote Oracle DB with Java and without the Oracle Client installed on my machine, it's sure a beauty. What I was wondering, what's behind it, I mean how does it work? I transfer Objects in Java and get data out. How do PHP and Java interact,