Hey Guys, How can I get the value of an javascript string and pass it to a php variable?
i.e.
<script>
var x = "test";
</script>
<?
$x = ???? // need to get the value of x
?>
thanks
Iced Sun
Hey Guys, How can I get the value of an javascript string and pass it to a php variable?
i.e.
<script>
var x = "test";
</script>
<?
$x = ???? // need to get the value of x
?>
thanks
Iced Sun