can i send and recive data that is sent from php to java application and recived from?
thanks in advance
peleg
can i send and recive data that is sent from php to java app
Moderator: General Moderators
edit : thnx weirdan. just saw java and automatically thought javascript 
anyways, i don't know if it's possible to call a php script from java, but i know you can call java from php... some interesting articles on how to call java from php are :
Using Java objects in PHP scripts
http://www.zend.com/zend/spotlight/java ... p#Heading3
Using PHP with Java
http://www.devshed.com/Server_Side/PHP/ ... page1.html
unfortunately, i didn't find any methods of calling php from java.
anyways, i don't know if it's possible to call a php script from java, but i know you can call java from php... some interesting articles on how to call java from php are :
Using Java objects in PHP scripts
http://www.zend.com/zend/spotlight/java ... p#Heading3
Using PHP with Java
http://www.devshed.com/Server_Side/PHP/ ... page1.html
unfortunately, i didn't find any methods of calling php from java.
Last edited by infolock on Thu Nov 27, 2003 8:21 pm, edited 2 times in total.
- pelegk2
- Forum Regular
- Posts: 633
- Joined: Thu Nov 27, 2003 5:02 am
- Location: Israel - the best place to live in after heaven
- Contact:
i wrote java didnt i:):)
and yes i mean java and not javascript!
I have found this link:
That site experiencing db troubles in meantime.Google wrote: http://www.devx.com/devxpress/gurl.asp? ... 8565X40718
yeah, is why i updated the post to reflect java objects 
again, i know you can call from java to php, but i'm unsure if java has a feature that allows you to call php variables. the above links, though, show you how to call java variables/functions from within php. maybe a java guru will enlighten us on how to call php
again, i know you can call from java to php, but i'm unsure if java has a feature that allows you to call php variables. the above links, though, show you how to call java variables/functions from within php. maybe a java guru will enlighten us on how to call php