Home  >  Article  >  Backend Development  >  如何获取上拉菜单选择框里面的值

如何获取上拉菜单选择框里面的值

WBOY
WBOYOriginal
2016-06-13 10:57:39774browse

怎么获取下拉菜单选择框里面的值
HTML


比如我现在选择了t2, 我怎么在php里调用这个值?

我要的不是$_POST['selTest'], 这个的值是‘2’,我要的是T2这个值,应该如何操作

------解决方案--------------------
$box = "Choose Build
";

参考下吧

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn