<table align="center">
<form name="form1" action="a.php" method="post">
<tr><td width="60">选择数据库</td>
<td width="182">
<select name="db_name">
<option selected="selected" value="news">娱乐网</option>
<option value="xyms">男性网</option>
<option value="xyws">女人网</option>
<option value="xyef">财经网</option>
</select></td></tr>
<tr><td>文件名</td><td><input name="URL" type="text" size="30" /></td></tr>
<tr align="center"><td colspan="2"><input type="submit" name="submit" value="提交"/></td></tr>
</form>
</table>
如何将<option>中的value值传到a.php中,语句该怎么写?