+ 2
Can someone tell me how to connect a php page with a programming language like Java?
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.
+ 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
+ 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