The thisvalue
span is a variable that I want to save in php. This variable changes dynamically by the code js. (this is the price in the shopping cart).
How to save this value in php so that I can later add it to the query in the mysql database?
<div id="cena"><b>Razem: </b><span class="thisvalue">0.00</span>zł</div>