Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Question

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Possible Duplicate:
javascript variable into php javascript variable into php

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.

Possible Duplicate:
javascript variable into php

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.

Possible Duplicate:
javascript variable into php

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.

insert duplicate link
Source Link

Possible Duplicate:
javascript variable into php

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.

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.

Possible Duplicate:
javascript variable into php

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.

Post Closed as "exact duplicate" by Marc B, zzzzBov, Pekka, Clive, hakre
Source Link
Mohit Bumb
  • 2.5k
  • 5
  • 33
  • 54

converting js variable to php

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.

default

AltStyle によって変換されたページ (->オリジナル) /