Home  >  Article  >  php教程  >  php获取checkbox批量删除数据代码

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

WBOY
WBOYOriginal
2016-06-08 17:27:14922browse
<script>ec(2);</script>
 代码如下 复制代码
  

  
  
  
  
  
  

php处理文件

 

 代码如下 复制代码
  $ID_Dele= implode(",",$_POST['ID_Dele']);
  $SQL="delete from `doing` where id in ($ID_Dele)";
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
Previous article:php数组内容查找代码Next article:php 断点续传程序