I have a problem about which I am very confused. I have a select box with s dynamically generated using a mysqli query:
$result = mysqli_query($db, \"SELECT
set an id attribute in your php code for the select tag and
please don't use the same value for the name attribute in form and select tags !!