我使用select如下:
select
<select name="taskOption"> <option>First</option> <option>Second</option> <option>Third</option> </select>
如何从select选项中获取值并将其存储到变量中以供将来使用,在PHP中?
html php arrays
arrays ×1
html ×1
php ×1