I'm afraid this may be an HTML question but maybe not...
so here's what I have...
the problem is, I only get one of the selections if I highlight them both, any ideas how to fix this?
Thanks,
Rob
so here's what I have...
Code:
<select name="test1" size="20" multiple>
<option value="1">One</option>
<option value="2">Two</option>
</select>
within a posted form, then the page jsut does a
echo "<pre>";
print_r($_POST);
Thanks,
Rob