this is my PHP script that lists all of my tags (from a MySQL database) with two radio buttons (enable and disable) for each row. how I can save the changes (if I enable or disable something) into the MySQL database? Whether I enable or disable a book it should save the value 1 or 2.this is my PHP script that lists all of my tags