Hi,
I have a long list of options( 60 option) where user can selecte none or all of them.
the code is like that
<selecte name="list">
<option value="1">option</option>
...
</selecte>
and I have to display it again as a list ( <li></li> ), my question is what the best format to store the selected options in DATABASE?