Hi,
How do i pass the variables color, city and food to the mypage.php? I am able to get ‘name’ and ‘age’. I want to be able to pass all the variables mentioned in the script.
<script type = "text/javascript" src="mypage.php?name=test&age=23">
var color = "red";
var city = "london";
var food = "seafood";
</script>
Thanks!!!