Home>Article>Backend Development> php简单获取复选框值的方法_php技巧

php简单获取复选框值的方法_php技巧

WBOY
WBOY Original
2016-05-16 19:52:27 1221browse

本文实例讲述了php简单获取复选框值的方法。分享给大家供大家参考,具体如下:

html:

php:

<?php $text1=$_POST['checkbox']; for($i=0;$i"; } ?>

更多关于PHP相关内容感兴趣的读者可查看本站专题:《php socket用法总结》、《PHP网络编程技巧总结》、《php curl用法总结》、《PHP数组(Array)操作技巧大全》、《PHP数据结构与算法教程》、《PHP数学运算技巧总结》、《php日期与时间用法总结》、《php面向对象程序设计入门教程》、《php字符串(string)用法总结》、《php+mysql数据库操作入门教程》及《php常见数据库操作技巧汇总

希望本文所述对大家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