php 读取上一个页面的 select的值的问题
<td><input id = "shifttoother" name="shifttoother" type="text" value=""class="input">天</td> var shifttoother="<?php echo $_POST['shifttoother']; ?>"; 可以取出 input的值,
如果换成 select 能不能取出值呢
在线等啊========
2007-01-04 11:38