How do I pass the value of a variable from Javascript to php??? :confused:
Printable View
How do I pass the value of a variable from Javascript to php??? :confused:
You would need to transmit the varaible to the server, this can usually be done through the use of a query string:
http://mydomain.com/mypage?variable=value