> 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
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
2 matches
Mail list logo