Processing java input with PHP script?

Hi,

I would like to process data that user inputs to java applet with PHP script.

More specifically I would like to use PHP mailing fuction.

Basically what I want to do is this:

http://www.thesitewizard.com/archive/feedbackphp.shtml

Only instead of HTML form I'd like to have Java Applet one :)

Thanks! :)

[349 byte] By [J_Ga] at [2007-11-27 10:18:21]
# 1

Use an HttpRequest to connect/submit values from your applet to your PHP script.

Navy_Codera at 2007-7-28 16:28:14 > top of Java-index,Java Essentials,New To Java...
# 2

> Use an HttpRequest to connect/submit values from your

> applet to your PHP script.

Thanks for answer. But umm.. I don't get it, how do I use HttpRequest?

If I just write

HttpRequest(); then it says "Cannot find symbol"

Same with

HttpRequest("www.google.com");

HttpRequest(URI("www.google.com));

J_Ga at 2007-7-28 16:28:14 > top of Java-index,Java Essentials,New To Java...