I want to place the result of a query into different javascript variables, how to do it
thanks
Hi, just use this:
<script>
var variable = '<?php print "$phpvariable"; ?>'
</script>