jhendra Posted May 16, 2006 Share Posted May 16, 2006 Hi...!I'm a newbie in PHP, i want ask "How to call java applet in PHP?"thanks Link to comment https://forums.phpfreaks.com/topic/9757-how-to-call-java-applet-from-php/ Share on other sites More sharing options...
ober Posted May 16, 2006 Share Posted May 16, 2006 You must remember that PHP is a server-side scripting language. Unless the applet does all its work on the server without showing anything to the user, there is no reason for the 2 languages to interact. From my limited knowledge of applets, they are meant as a client-side interaction only. Link to comment https://forums.phpfreaks.com/topic/9757-how-to-call-java-applet-from-php/#findComment-36210 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.