Hi. Is it possible to use PHP code within a javascript funtion? For
example, is the following allowed...
foo( <?php $_SERVER['QUERY_STRING'] ?>);
function foo {
... does something with string
}
Thanks in advance.
Ziggi
example, is the following allowed...
foo( <?php $_SERVER['QUERY_STRING'] ?>);
function foo {
... does something with string
}
Thanks in advance.
Ziggi
Comment