Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to call a php function from java...

807588Apr 14 2009 — edited Apr 15 2009
helllo fellow java developers!

Im trying to figure out how I can call a php function from my java code.

I know it sounds a bit unintiutive, seeing how java is a rich programming language, BUT java simply cannot do the task that the php script can do. It simply acts differently.

So I am trying to call a php function, that returns a string object, and capture that string object....

is this possible?

something like....

String strMyString = phpFunction( strVariable )

???????/ any ideaS?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2009
Added on Apr 14 2009
3 comments
679 views