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 name="variableName"> <option value="serverSideValue">DisplayText</option> .... </select>
オプションの間のテキストは、単にユーザーへの表示に使用されます。