首先要了解sql语句
$SQL="delete from `bkJia` where id in (1,2,4)";
表单大概是:
php函数主要用到implode
$ID_Dele= implode(",",$_POST[ID_Dele]);
$SQL="delete from `user` where id in ($ID_Dele)";
http://www.bkjia.com/PHPjc/486521.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/486521.htmlTechArticle首先要了解sql语句 $SQL=delete from `PHP100` where id in (1,2,4); 表单大概是: form action= method=post input name=ID_Dele[] type=checkbox id=ID_Dele[] value=1/ input n...
Déclaration:Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn