FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Using PHP and JAVA applets together
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Using PHP and JAVA applets together [message #178707 is a reply to message #178706] Sat, 21 July 2012 07:29 Go to previous messageGo to previous message
Michael Vilain is currently offline  Michael Vilain
Messages: 88
Registered: September 2010
Karma:
Member
In article <a16b5256-638a-4b9d-a6d7-045347ff081c(at)googlegroups(dot)com>,
"K.J.Williams" <lord_kjwilliams(at)yahoo(dot)com> wrote:

> I wanted to know if you can design a method for a JAVA applet to send data to
> a PHP server and vice versa (PHP server sends data to the JAVA applet) on the
> internet, so that either program does something different based on what the
> data is?
>
> Thanks

Not really helpful, but you really can design any sort of Java or php
program to do anything you want. The question is why? Is there some
application you don't have access to that's written in Java.

Web-based applications have two ways to send data to each other--GET
with arguments and POST with embedded arguments.

If you have some separate client/server thing going, then it's an
interprocess communications thing over a network socket. Use whatever
way to code that you know how. Php has socket functions as I'm sure
Java does. You just need to come up with a protocol and design that.

--
DeeDee, don't press that button! DeeDee! NO! Dee...
[I filter all Goggle Groups posts, so any reply may be automatically ignored]
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Errors Related to Same Path Through Real and Symbolic Link References
Next Topic: Draw some simple rectangles?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 08 18:31:19 GMT 2024

Total time taken to generate the page: 0.07210 seconds