Forum Moderators: coopster
I can display converted price in php by using the lines below.
echo "<script type=\"text/javascript\">var eurprice = $eurprice;</script>";
echo "<p id=\"conv_price\" class=\"fltL\" style=\"margin-right:0;width:72px;\"></p>";
What I would like to do is to move the content of the returned js variable conv_price into a php variable $conv_price
eg. $conv_price = ? (to be able to set to content of the conv_price variable returned by JS)
Any ideas ?
Many thanks