Home >Backend Development >PHP Tutorial >php 获取下拉菜单所选的内容,该怎么处理

php 获取下拉菜单所选的内容,该怎么处理

WBOY
WBOYOriginal
2016-06-13 11:35:03914browse

php 获取下拉菜单所选的内容

 <select name="uptype" size="1" style="font-size: 10pt" onchange="javascript:document.setform.submit()"><br />              <option  value="pic" selected>中国</option><br />              <option value="msword">美国</option><br />              <option value="vnd.ms_works">英国</option><br />            </select>


我想用php 获取“中国”,不是pic, 请问各位大神指点!

php
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