+ 2

Can someone tell me how to connect a php page with a programming language like Java?

5th Jan 2021, 4:23 AM
Bayan AlJanazrah
Bayan AlJanazrah - avatar
3 odpowiedzi
+ 5
Bayan AlJanazrah PHP is itself a programming language. I don't think there is need to work with other programming language. Somehow if can do with other language then you may face more difficulties.
5th Jan 2021, 4:32 AM
A͢J
A͢J - avatar
+ 3
you can do it but it's hard to combine both programming as I Am Aj said you will face more difficulties,and if you combine both the programming languages and try to run here you will get many errors,but you can visit this site for connecting your php page to java but that code will not work here https://stackoverflow.com/questions/14468397/php-to-java-connection
5th Jan 2021, 4:25 AM
ㅤㅤㅤ
+ 2
Take a look at to PHP Java Bridge http://php-java-bridge.sourceforge.net/pjb/ Another way and maybe even more flexible is exposing some RPC, REST or Webservices interface
5th Jan 2021, 11:18 PM
David Ordás
David Ordás - avatar