PHP Communication with Java

I want to use PHP to communicate with java, using a common database for communication, please help me with sample code or logic.

Thank.

EDIT:

I appreciate your suggestions. Yes, I will use both php and java to connect to the same database.

The problem that I am facing is that I want to know, do I need to create a common command that will be used for communication? I try to avoid dirty codes and provide good programming methods.

+5
source share
2 answers

Of course. Take a look at this, will help you:

http://php-java-bridge.sourceforge.net/pjb/

+1
source

Facebook Thrift , .

, Daniel

+1

All Articles