How do I allow the user to select multiple values in a select box? I have seen this done before where the user can press control and click on extra selections.
Cool that works, now just one other question. How do I get the HTTP_POST_VAR to hold all the values selected? Currently it only holds the last value selected.
Comment