html - php, phpMyAdmin - dropdown values not inserting into database -
i'm trying add values, pick dropdown menus (see html), database table. yet not working out planned. i'm doing wrong? @ moment columns dropdown values set int in table of database. code below: html: <head> <meta charset ="utf-8"> <title>el gusto - sigaren toevoegen</title> </head> <body> <form action="handler.php" method="post"> <span class="tab"><b>sensatie in de mond:</b><br> <span class="tab"><span class="tab">lip: <select> <option value="1" name="sensatie_lip_1">1</option> <option value="2" name="sensatie_lip_2">2</option> <option value="3" name="sensatie_lip_3">3</option> ...