Hi, I need to communicate PHP script with Java Applet in this manner:
1) Java Applet executes PHP script, which makes an "Insert" into a MySql database.
2) It checks that the values have been inserted properly, and return a "TRUE" value to the Java Applet, or a "FALSE" if something went wrong.
3)The Java Applet must execute a method if the return value is true, another method if false. It must wait until it receives the value from the PHP script...
I would be very grateful if someone could give me some hint, because I am having problems...
Cesar