给select 表单无素一个名字,表单提交后用 $_POST 或 $_GET 方式提交,$_POST['sel']或者$_GET['sel']获得选中的select的value值.
- if( $_POST )
- {
- echo $_POST['select'];
- }
- ?>
- enctype="multipart/form-data" method="post" action="">
-
- >
- >select下拉列表框的值
- >中国WEB第一站
- >值一
- >中国WEB第一站
- >select下拉列表框的值
- >中国WEB第一站
- >值一
- >中国WEB第一站
- >值一
- >select下拉列表框的值WEB第一站
- >值一
- >中国WEB第一站
- >值一
- >中国select下拉列表框的值
- >值一
- >中国WEB第一站
- >select下拉列表框的值
- >中国WEB第一站
- "submit" name="Submit" value="提交">
需要设置name的值。否则无法传递。 |