Possible Duplicate:
How to pass JS variable to php?
How can I pass value from Javascript code to PHP variables.
Say we have this:
aa = $("#amount").text($("#progressbar").progressbar("option", "value")+"%");
declared in the <script> tag of the Javascript, I want this to be fetch or called in the PHP code.
1 Answer