Hi everybody !!
I am just wondering if Javascript and PHP can interact with each other
?
Let's say i have a variable in Javascript ( call it "var x = 6;")
Is there anyway that we can use "x" value (which is 6) in PHP code?
(let's say I want to print "x" out in PHP script)
In general, can Javascript variables interact with PHP code and vice
versa ?
Thank you in advance !!
PS: My initial thought is this: "It is impossible to do !" Prove me
wrong ==> :)
I am just wondering if Javascript and PHP can interact with each other
?
Let's say i have a variable in Javascript ( call it "var x = 6;")
Is there anyway that we can use "x" value (which is 6) in PHP code?
(let's say I want to print "x" out in PHP script)
In general, can Javascript variables interact with PHP code and vice
versa ?
Thank you in advance !!
PS: My initial thought is this: "It is impossible to do !" Prove me
wrong ==> :)
Comment