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.
source
share