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 8647651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:07:19+00:00 2026-06-12T13:07:19+00:00

i want to check if a checkbox is checked through a mysql database request.

  • 0

i want to check if a checkbox is checked through a mysql database request.
it should be something like this (just a concept code, what of course isnt working)
that should work probably with ajax, becouse i dont want to reload all the time:

$ergebnis = $mysqli->query("SELECT text,status FROM checkboxes where id=1 ;");

            while($zeile = $ergebnis->fetch_array()) {
                echo "<input type=\"checkbox\";
                if ({$zeile['status']} == "true") {checked=\"checked\"}\n ;
                 echo " name=\"feld\" class=\"checkIt\"/>";
                echo " {$zeile['text']}\n";
                echo "";
            }
            ?>

i have got 3 fields in the database. One text field where the text next to the checkbox shows up, a status field, where the script can see if something is “true” or “false” an a auto incrementation id.
I hope you can help me

  • 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-06-12T13:07:20+00:00Added an answer on June 12, 2026 at 1:07 pm

    write this code

    $ergebnis = $mysqli->query("SELECT text,status FROM checkboxes where id=1 ;");
    
    while($zeile = $ergebnis->fetch_array()) {
        $text = "";
        $text .= "<input type=\"checkbox\"";
        if ({$zeile['status']} == "true") { $text .= " checked=\"checked\""; }
        $text .= " name=\"feld\" class=\"checkIt\"/>";
        $text .= "{$zeile['text']}";
        echo $text;
        //echo "";
    }
    

    There are so many errors was present in your code.

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

Sidebar

Related Questions

I want to check checkbox like $('#riderCheck').attr('checked','true') on some condition. but the problem is
I want to check if a checkbox just got unchecked, when a user clicks
i have this vb.net code where i use foreach to loop through check boxes
I have this code for an expandable list, I want to have a checkbox
Hello everyone I have a checkbox I want to check if its checked or
I want to check whether checkbox is checked or not using jquery. I want
I want to check all the other checkboxes if one checkbox is checked. My
I want to add a background color to the container(div.checkbox_db), when the checkbox(input.check-group) is
i want to develop dropdown inside a check box . this url shows me
I have a listbox of checkboxes that I want to iterate through and check

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.