interacting with php
Hi everyone, I just want to pass strings from php application(code) to java code.
i just want string comming to PHP applicatoion to go to java program and do desired work.String will come to php application from remote php application
Has any one tried it.If any one knows please tell me.
[307 byte] By [
C-ddhesha] at [2007-11-26 23:36:50]

I got access to variables from PHP application in to java code by using URL .
I want to instantiate java object from php so that i can pass string to/from java code.
i wrote
$abc = new Java( "name of the java code" );
but it gives error that it cannot instantiate class
any settings need to be made in php documents?