Hello.
I wanna send data from a Java Applet to PHP and from PHP to a Java Applet using only Java and PHP and not other things like servlets and so on and no frame usage if possible. It should also be done dynamically so you don't have to reload the site and the applet and everything every time you want send something from PHP or Java.
I have looked a little on URLConnection that can be used to send stuff from Java to PHP, but does that updates the webpage?
And for sending data from PHP to Java I guess parameters are used, but can I tell Java to read the parameters again without reload?
Can someone please help me?