Hello. How can I get the variable to pass through the url? All I get is order=$order in the url.
onClick="window.location='functions.php?order=$order'";
onClick="window.location='functions.php?order=<?php echp $order; ?>'";