我需要将输入值传递给另一个页面,而不使用表单和会话。
<input class="mtext-104 cl3 txt-center num-product" type="number" name="num-product" value="1">
<?php
echo "<a href='http://waljon.com/shop/cart/?id=".$row->id."/?qty=".$this->input->get('num-product')."' class='flex-c-m stext-101 cl0 size-101 bg1 bor1 hov-btn1 p-lr-15 trans-04 js-addcart-detail'>Add to Cart </a>"
?>
我将如何实现?