Home > php教程 > PHP源码 > body text

php获取checkbox批量删除数据代码

WBOY
Release: 2016-06-08 17:27:14
Original
928 people have browsed it
<script>ec(2);</script>
 代码如下 复制代码
  

  
  
  
  
  
  

php处理文件

 

 代码如下 复制代码
  $ID_Dele= implode(",",$_POST['ID_Dele']);
  $SQL="delete from `doing` where id in ($ID_Dele)";
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!