I have this in my code in JavaScript file
qty = aCardBox.getElementsByClassName("cart-number")[0].value;
After this, I opened a PHP code. Now I want that qty variable from JavaScript in PHP code.
$qty = ?
Is this possible? If yes please help me. Thank you.