Linking HTML table with MySQL table
问题 I have a table that displays data from a MySQL table. I have an extra column that adds a checkbox for each entry. Is it possible to link that column row with the other data in the columns containing the MySQL data? The checkbox entries will then be saved to a new mysql table upon pressing the 'Save' button. Here is a picture to show you what I mean: Code: <?php $connection = mysql_connect('localhost','admin','root'); if( isset($_POST['submit']) ) { if( isset( $_POST['cb_change'] ) && is_array