I was wondering how you make a button that you can add and remove items from a select box.
Here is a photo to explain more what I am trying to do.
Code you want is javascript, not PHP. You can use PHP to process your selections, but you will need javascript to move your choices.
This link has a small example of what you are talking about. Like Frederick said, it's done via JavaScript and not PHP, so your question may be better served in a JavaScript forum, rather than here at PHP Builder.
When I submit the form how do I grab all the values that were tranfered to this select Field
<select multiple size="10" name="list2" style="width:150"> </select>
Is there a way to loop though all the items?