Remove document IDs in batches.

Source: Internet
Author: User
Batch delete article IDs ....? (List. php): & nbsp; & lt; form & nbsp; action = "del. php "& nbsp; method =" post "& gt; & nbsp; & lt ;? Php & nbsp; $ SQL = "select & nbsp; * & nbsp; from & nbsp; ne delete article IDs in batches ....?

(List. php ):
 
2. process the penalty page (del. php ):
If ($ del_id! = ""){
$ Del_num = count ($ del_id );
For ($ I = 0; $ I <$ del_num; $ I ++ ){
$ Mysqli-> query ("delete news .......");
}
Echo (" Alert ('delete happy! '); History. back (); script ");
} Else {
Echo (" Alert ('select a project first! '); History. back (); script ");
}
?>


After I copied it online, how did I transmit the del_id variable? Share :?
------ Solution --------------------
You copied it!
"/>
Should be
"/>

In addition
If ($ del_id! = ""){
Should be rewritten
If (isset ($ _ POST ['Del _ id']) {
$ Del_id = $ _ POST ['Del _ id'];
------ Solution --------------------
And

Change

Otherwise, the page cannot be submitted.
------ Solution --------------------
Post your modified php code
------ Solution --------------------
$ Mysqli-> query ("delete news, newscontents from news inner join newscontents on news. Nid = newscontents. nid where news. Nid = '$ del_id [$ I]'");
Echo $ del_id [$ I]. 'delete ';

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.