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
Post a Comment