Hi all
Does any one have used php+java? If so how can I setup that? My system is suse linux 9.3 and php 4.3.10
Thanks in advance
How exactly do you need to use PHP and Java together? There is a PHP extension to alllow you to do this... but its probably not a good idea.
Another idea might be something like SOAP or XML-RPC
I have used php and java however I needed no setup.
var get_iCount ="<?=$something?>";
as an example
That's Javascript. Different language. julioc's talking about [man]java[/man]. (PS: installation instructions are given on that page.)
superwormy wrote:How exactly do you need to use PHP and Java together? There is a PHP extension to alllow you to do this... but its probably not a good idea. Another idea might be something like SOAP or XML-RPC
What I'm trying to do is to use c-jdbc from php , I have read something about php4-pear but i guess that's not the solution. Where I can find information about SOAP or XML-RPC??
Thanks budy
the manual.
Thanks Thorpe