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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:50:35+00:00 2026-06-10T06:50:35+00:00

<td><input type=checkbox name=cb /></td> how i get this checkbox checked based on my database

  • 0
<td><input type="checkbox" name="cb"  /></td>

how i get this checkbox checked based on my database content
on my database field the contents is 1 and 0

if 1 checkbox will checked
and if 0 checkbox unchecked

How i do that

in my view i have 5 checkbox……

  1  2  3  4  5
1.[] [] [] [] []
2.[] [] [] [] []
3.[] [] [] [] []
4.[] [] [] [] []

my field status on database……..

| Status    |
| 1,2,3     |
| 1,2,3,4,5 |
| 2,3,4     |
| 1,2,5     |

Updatee

how i get checked checkbox

    <?php $j=1; foreach ($dudu as $row2 ): ?>

    <td><input type="checkbox" name="popok[]"
  <?php if(strrpos($row->menu_allowed,''.$j.'')!==FALSE){echo 'checked';$j++;}/></td>

    <?php endforeach; ?>

if the data 1,2,3,4 it will check

1    2   3   4
[v] [v] [v] [v]

but if the data not sequential like 1,3,4 it only check the first box

1    3  4
[v] [] []
  • 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-10T06:50:36+00:00Added an answer on June 10, 2026 at 6:50 am

    in your controller get the chek box value

    <?php
    class Test extends CI_Controller {
    
        function index()
        {
    
            $check_status = $this->test_model->get_checkbox_status();
            $data['check_status'] = $check_status;
    
            $this->load->view('testview', $data);
        }
    }
    ?>
    

    then in your view

    <td><input <?php if($check_status==1){"checked='checked'";}?> type="checkbox" name="cb"  /></td>
    

    UPDATE

    use strrpos

    <?php if(strrpos($check_status,'1')!==false){"checked='checked'";}?>
    

    this will check 1

    another method using a for loop

    <?php  for($i=1;$<6;$i++) { >?
    
    <td><input <?php if(strrpos($check_status,$i)!==false){"checked='checked'";}?> type="checkbox" name="cb"  /></td>
    
    <?php } ?>
    

    http://php.net/manual/en/function.strrpos.php

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

Sidebar

Related Questions

<input type=Checkbox checked= name=new> if I have the above html in a document, how
I have this input form which goes like this: <input type=checkbox name=vehicle value=Bike />
This is my html Code: <input type=checkbox name=test id=test /> Here i want to
I have some checkboxes like this: <input type=checkbox name=regions[] value=north-east />North East<br /> <input
This is My HTML Dom: <input type=checkbox class=chk-act name=actionChk value=17> <input type=checkbox class=chk-act name=actionChk
i want insert this form value to datanase : <input type=checkbox name=brand1 id=brand1 value=1>
Consider this simple example code: <form name=text id=frm1 method=post> <input type=checkbox name=name[] value=1000> Chk1<br>
This is partial markup: <tr class=Comment> <td class=CommentCheck> <input id=ctl00_col2_rptComments_ctl01_chkBox type=checkbox name=ctl00$col2$rptComments$ctl01$chkBox /> <input
I need CSS selector that match all input tags where type is not checkbox
foreach($apps as $app){ echo $this->Form->input('Application', array('type'=>'checkbox', 'id'=>$app['Application']['description'], 'div'=>false,'type'=>'checkbox','value' => $app['Application']['description'],'label'=>$app['Application']['description'])); } <div class=checkboxes> <input

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.