Integrating a Java Applet with PHP ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ibanez270dx
Forum Commoner
Posts: 74
Joined: Thu Jul 27, 2006 12:06 pm
Location: Everywhere, California

Integrating a Java Applet with PHP ?

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

This is the place to start:

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

The comments may have other related information.
(#10850)
Post Reply