Home > php教程 > PHP源码 > 获取checkbox值的几种方法

获取checkbox值的几种方法

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-08 17:26:15
Original
1414 people have browsed it

文章提供的这几款获取checkbox值的几种方法有二种是利用php获取checkbox值,另一种是用js获取checkbox值

<script>ec(2);</script>

比如你的input是这样:

 代码如下 复制代码

1
2
3

处理的时候这样:
 while(list($key,   $val)   =   each($menu))  
      {  
          echo   "key:$key     val:$val";   //取分数数组  
      }

实例测

试php checkbox获取方法

 代码如下 复制代码



之后php就很好处理了,
如下:
$mycheck = $_post[‘mycheck‘];
for($i=0;$i echo $mycheck[i]."
";

js获取checkbox值

 代码如下 复制代码


    1
    2
    3
   

//网页特效中

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template