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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:39:55+00:00 2026-06-14T12:39:55+00:00

I create rows in a HTML table dynamically from MySQL values in a PHP

  • 0

I create rows in a HTML table dynamically from MySQL values in a PHP loop. Each row represents a row in MySQL and are identified by an id.

I want to be able to have a <input type='checkbox'> on each row and have a “Delete selected rows” button at the bottom row.

My question is how I should POST the selected checkboxes and how to identify them in the PHP– file.

I have this script to serialize <input type='text'> fields:

function serealizeInputs (input)
    {
        var array = [];
        input.each(function(){ array.push($(this).val()) });
        return array;
    }
var value = serealizeInputs($('.my_input_field'));

How can I write a similar for checkboxes?

I’m quite new to this as you might see. Let me know if you need to see some more code.

  • 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-14T12:39:56+00:00Added an answer on June 14, 2026 at 12:39 pm

    You can use prop attribute to check whether checkbox is checked or not. Here is a live demo

    function serializeCheckboxes(input)
        {
            var array = [];
            input.each(function(){ 
                if($(this).prop("checked"))
                {
                    array.push($(this).attr("id"))  
                }                
            });
            alert(array);
            return array;
    
        }​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

$(#tableid tbody:last).append(html); This creates table rows dynamically. Each newly created row has a remove
I need to create pdf document which outputs all rows from mysql table, but
I'm trying to create an html table from database records. I want the table
Possible Duplicate: outputting values from database into html table PHP I am trying to
Im trying to create a TableLayout dynamically. I want to create rows and columns
I'm trying to create an array from selected table rows so I can push
I'm using JavaScript to dynamically add rows to a table, I create some textboxes
I have an AdvancedDataGrid being built dynamically from an html table. The html is
I want to create multiple html table pages using XML as the input and
To create a dynamic table within php, I set the variable $count from a

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.