Revision c4c9f941-1cd1-4fbd-91ee-2a8e1c009fef - Stack Overflow
> **Possible Duplicate:**
> [javascript variable into php](http://stackoverflow.com/questions/1515590/javascript-variable-into-php)
<!-- End of automatically inserted text -->
Okay lets imagine I've a javascript variable "x"
<script>
var x="jsvar";
</script>
Now I want its value in php variable `$y` `<?php $y; ?>` How to do it.
Okay few people are confused i wanted to know is it possible if yes then how ??
if this isn't possible then comment here i'll remove it.