Selecting Data from select tag
Posted
by
user2610240
on Stack Overflow
See other posts from Stack Overflow
or by user2610240
Published on 2013-10-19T09:51:58Z
Indexed on
2013/10/19
9:53 UTC
Read the original article
Hit count: 157
i have to select data from select tag rather then selecting value as its selects value for default
<select name="time" >
<option selected="selected" >timings</option>
<option value="155">9:00AM - 12:00PM</option>
<option value="244">12:00AM - 15:00PM</option>
</select>
I want to select 12:00AM - 15:00PM values and store it in my DB. How to do it any ideas.
Thanks in advance
Ameeth
© Stack Overflow or respective owner