steviecee Posted March 23, 2007 Share Posted March 23, 2007 Hi, I want to send a PHP variable to a Java applet, is it possible to use io to do this? I've had a look around and I can't seem to find any information about how to do it, any help or directions to useful websites would be appreciated! Cheers Steve Link to comment https://forums.phpfreaks.com/topic/43953-solved-io-in-php-want-to-send-variable-to-java-applet/ Share on other sites More sharing options...
tauchai83 Posted March 23, 2007 Share Posted March 23, 2007 it's cool idea...and i would like to try it out as well..hehe..anyhow, please let me know if someone has taught you here. I never heard. But Java applet is a little bit slow when it loads. Actually why you want to do so? hehe Link to comment https://forums.phpfreaks.com/topic/43953-solved-io-in-php-want-to-send-variable-to-java-applet/#findComment-213454 Share on other sites More sharing options...
per1os Posted March 23, 2007 Share Posted March 23, 2007 I believe using the html you can set variables in the <applet tag. Link to comment https://forums.phpfreaks.com/topic/43953-solved-io-in-php-want-to-send-variable-to-java-applet/#findComment-213545 Share on other sites More sharing options...
steviecee Posted March 23, 2007 Author Share Posted March 23, 2007 Yeah I've since found out that you can declare parameters using the <param name= "name" value="<?php echo $variable;?>"> That seems to work cheers Steve Link to comment https://forums.phpfreaks.com/topic/43953-solved-io-in-php-want-to-send-variable-to-java-applet/#findComment-213789 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.