Passing php variables to a java applet
807598Oct 25 2006 — edited Jul 21 2010I want to pass php variables to a java applet.. I know that I use
$Var1 = $_POST["variable"];
to get submitted information from another site but I couldnt find any information on passing this variable as a parameter to a java applet..
Can anyone help?