Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<select type="text" name="location" id="location">
する必要があります
<select name="location" id="location">
フォームハンドラーでこれを実行して、返された値の配列内を調べます
var_dump($_POST);
form/html/PHP が期待どおりに機能するようにしてから、SQL ステートメントなどを追加します。
echo $sql ;