hi i have made a html page in which i have a drop down list whose code is
<p>Please select the product you want to add
<label>
<select name="menu1" onchange="MM_jumpMenu('parent',this,0)">
<option>Nylon Blisters</option>
<option>PP plastic</option>
</select>
</label>
</p>
Now my main aim is that when a certain product is added and we enter it quantity its respective row in database is updated but i dont know how to get its value from form. so that i can update it