my question is pretty simple: can PHP and Java communicate, while PHP being the backend, aka server side script?
i know this php-java-bridge exists but it says how it works:
“A PHP front end is contained in, or associated with, a Java back end.”
and i want the other way around.
EDIT:
Is it possible to establish a communication between Java applet(front end) and PHP(backend)?
If you are talking about servlets, Java Front end will be servlet, Then Yes. Servlet will communicate through POST/GET to the backend.