<select name="SelectBox" multiple size="6">
        <option>XXXXXX</option>
        ...
        <option>ZZZZZZ</option>
</select>

if both XXXXXX and ZZZZZZ are selected, the forwarded value will be
"XXXXXX,ZZZZZZ".  You should loop over this list and insert each of them
one at a time.

Matthew Small
IT Supervisor
Showstopper National Dance Competitions
3660 Old Kings Hwy 
Murrells Inlet, SC 29576
843-357-1847
http://www.showstopperonline.com

-----Original Message-----
From: Adam [mailto:adam@;integratedminds.com] 
Sent: Monday, November 04, 2002 9:40 AM
To: ActiveServerPages
Subject: using select box to make multiple selections

Hi,

I have a select box with a bunch of options.  I need to allow my
visitors to
select multiple options from one select box, then insert them into a
database.  Does anyone know how i could achieve this?  I guess i would
need
to make an array, but arrays always confuse me.

Thanks in advance for any help,

Adam



---
You are currently subscribed to activeserverpages as:
[EMAIL PROTECTED]
To unsubscribe send a blank email to
%%email.unsub%%




---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to