[求助]select提交显示的问题~~~~~~~~~
<select name="abc" id="abc">
<option value="99">abc</option>
</select>
提交显示查询结果后怎么样才能获取“abc”,而不是VALUE的值99,但是写入数据库的又是99
<select name="abc" id="abc">
<option value="99">abc</option>
</select>
提交显示查询结果后怎么样才能获取“abc”,而不是VALUE的值99,但是写入数据库的又是99