|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Select Boxes |
From: |
Harlan |
Date: |
1/27/1999 9:29:07 AM |
IP: |
206.222.20.2 |
I believe that when a select is set to multiple
it returns an comma delimited string.
You can use split() to parse it into an array
and save the students to the database that way.
Here is an psydocode of how I would do it.
check if they are saving students
if not
open the database
create a select list of students
close the database
if so..
open the database
split the comma list of students into an array
save the array to the database
close the database
thats about it. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|