php中get/post傳接收資料和javascript換頁語法
php中get
$Select=$_GET['Select'];
$cutyno=$_POST['cutyno'];
javascript換頁
<script>location.href = "../index.php?$Select=65";</script>
沒有留言:
張貼留言