Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1017959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:47:05+00:00 2026-05-16T10:47:05+00:00

When I delete a category that has been unchecked form the list of checkboxes

  • 0

When I delete a category that has been unchecked form the list of checkboxes the checkedbox remains checked until I leave the page and return to it again but I want the checkbox to be unchecked after it has been deleted when the user submits there changes. How can I do this?

Here is my PHP code.

for ($x = 0; $x < count($query_cat_id); $x++){
    if($query_cat_id[$x] == $cat['id']){
        echo 'checked="checked"';
    }

    if(isset($cat_id)){
        if(!in_array($query_cat_id[$x], $cat_id)){
            $mysqli = mysqli_connect("localhost", "root", "", "sitename");
            $delete_id = mysqli_query($mysqli,"DELETE FROM articles_categories WHERE article_id = '" . $article_id . "' AND category_id = '". $query_cat_id[$x] ."'");
            if (!$delete_id) {
                print mysqli_error($mysqli);
            }
        }
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T10:47:06+00:00Added an answer on May 16, 2026 at 10:47 am

    It looks like you can check if your checkbox is destined for deletion, before setting it as checked:

    if(($query_cat_id[$x] == $cat['id']) && ($cat['id'] != $delete_id)){
        echo 'checked="checked"';
    }
    

    Note how the if statement expression returns true only when $cat['id'] != $delete_id.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an application that has need of a form that allows the
My test shows that webdriver fire_event(onmouseover) takes no effect when page has mootools lib.
How can I easily delete duplicates in a linked list in java?
I'm working on a project that has categories/subcategories. The database table for this is
I need to perform an ON DELETE CASCADE on my table named CATEGORY, which
I created a simple databse using Oracle that has several tables and a few
Can I have them? I have a constraint that forces delete of the row
I would like to return the ids which have been deleted by a DELETE
I am trying to create fixtures on a table that has a many to
I have a combobox and button on my form. The combobox has categories in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.