Delete article IDs in bulk?

Source: Internet
Author: User
(list.php):  2, processing Penalty page (del.php): 
 
  


Copy it back online, del_id How is this variable passed?


Reply to discussion (solution)

You missed it!

should be for


Other than that
if ($del _id!= "") {
should be rewritten as
if (Isset ($_post[' del_id ')) {
$del _id = $_post[' del_id ');

And also

Switch

Otherwise the page cannot be submitted

You missed it!

should be for


Other than that
if ($del _id!= "") {
should be rewritten as
if (Isset ($_post[' del_id ')) {
$del _id = $_post[' del_id ');

The result of the deletion is an array prompt output.

And also

Switch

Otherwise the page cannot be submitted

Fix it.

Post your modified PHP code

if (Isset ($_post[' del_id ')) {    $del _id=$_post[' del_id '];    $del _num=count ($del _id);    for ($i =0; $i < $del _num; $i + +) {        $mysqli->query ("Delete news,newscontents from news inner join newscontents on News. Nid=newscontents.nid where news. Nid= ' $del _id ' ");        echo $del _id. ' Delete ';    } else{    Echo ("");}


The execution statement that was deleted.

Post your modified PHP code

Help me see what the problem is.

$mysqli->query ("Delete news,newscontents from news inner joins 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.