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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -