Bulk reject article IDs.

Source: Internet
Author: User
Bulk Delete Article ID ....?







$mysqli->query ("Delete news ...");







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

Share to:


------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 ');
------Solution--------------------
And also

Switch
Submit"Value=" Delete "" >
Otherwise the page cannot be submitted
------Solution--------------------
Post your modified PHP code
------Solution--------------------
$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.