example:
main.php:
<?php $a = 1; ?> <script LANGUAGE="Javascript" TYPE="text/javascript"> <!-- var b++; $a = b; <!-- this is what I want to happen so that $a is = 2, instead of 1 --> // --> </SCRIPT>
just as a quick example.
any ideas? I'm sure there is a way to do it, I just can't figure out how... i have tried several ways, but none of them seem to work...
thanks in advance.

New Topic/Question
Reply



MultiQuote






|