注册 登录
编程论坛 PHP技术论坛

php 读取上一个页面的 select的值的问题

heisede911 发布于 2007-01-04 11:38, 1394 次点击
<td><input id = "shifttoother" name="shifttoother" type="text" value=""class="input">天</td>


var shifttoother="<?php echo $_POST['shifttoother']; ?>"; 可以取出 input的值,


如果换成 select 能不能取出值呢

在线等啊========
1 回复
#2
rainic2007-01-04 12:55
应该可以吧,你试试不就知道了·?!
1