php - Checkbox in first cell of each row in an html table displaying mysql query results -


I have a simple HTML table display that results from a MySQL query. I would like a checkbox in the first cell of each row.

I am asking for some suggestions on how I can find information about how to make this interactivity possible, because I am sure this is not a "quick-answer" type question.

Example:

  & lt; Input type = "checkbox" name = "row []" value = "& lt;? = $ Row ['id']? & Gt;" / & Gt;  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -