Page 1 of 1

Integrating a Java Applet with PHP ?

Posted: Tue Nov 13, 2007 6:59 pm
by ibanez270dx
Hello,
I was working on a Java App, but then thought it might be easier and more secure to integrate the Java with PHP. I was wondering if it was possible to run an applet from a PHP page that would gather info from a client's computer and send it back in a form that PHP could read and then interact with the database? If it can, please let me know! This project I'm working on is driving me crazy...

Thanks in advance,
- Jeff

Posted: Tue Nov 13, 2007 8:16 pm
by Christopher
This is the place to start:

http://www.php.net/manual/en/ref.java.php

The comments may have other related information.