Re: [PHP] Java variables - PHP varialbles

2001-02-03 Thread Richard Lynch
> Can someone tell me how we can assign the content of a PHP > variable to a Java variables in a script (and vice versa). PHP -> JavaScript is easy: \n"; echo "document.foo = $foo;\n"; echo "\n\n"; ?> The other way around is a bit tougher... You see, PHP runs on the server and spit

[PHP] Java variables - PHP varialbles

2001-02-01 Thread Claude Cormier
Hi!, I am rather a newbie with PHP. Can someone tell me how we can assign the content of a PHP variable to a Java variables in a script (and vice versa). Thanks Claude -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail