On Thu, 2003-11-20 at 17:12, CPT John W. Holmes wrote: > <select size="1" name="D1[]" multiple> > > Now $_POST['D1'] will be an array of all the items that were chosen. > > ---John Holmes... > > ps: wouldn't it be easier to select multiple items if you had a size larger > than "1"??
The 'size=1' in a select doesn't mean there is only one object in the select, it means only show one object, or one row. 'size=3' would show three rows at a time. Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php