php 下拉菜单怎的获取值

WBOY
Release: 2016-06-13 11:18:34
Original
1410 people have browsed it

php 下拉菜单怎样获取值?
下拉菜单关联一个数据表中的一个字段,这个字段存储的是另外几个数据库的名字,选择下拉列表中的某个值,比如0004(即另外一个数据库的名字),怎样获得并作为变量去打开这个数据库?


------解决方案--------------------
1、用js获得列表选择的值,传到后端处理
2、后端根据这个值再从数据表或配置文件中找到对应的访问密码,IP地址
------解决方案--------------------
3、根据得到的数据库名,密码,IP地址建立链接即可
------解决方案--------------------
如果不用js的话,可以讲数据封装成一个数组然后遍历获取显示,不知道这样行不行
------解决方案--------------------
$test=@$_POST['select2'];//--------这个地方是关键
echo $test; 就知道是什么值了
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!