Link to home
Start Free TrialLog in
Avatar of aadlh
aadlh

asked on

How to insert to a db individual records from a comma-delimited list.

Hi Sirs, i'm new with programming and need a little help.
I have a product page where a user can select several channels where this product can appear.
These check boxes are then posted.
When i receive the data i get the values separated with commas.
I have managed to split the array and with ubound find the number of values but i got stuc from there.

Example. I have an array 10,13,18,22,89
I've splited the array and counted. 0 to 4

I need to store value 0 in db then value 1 .....

was my question clear?
thanks abain for you help
ASKER CERTIFIED SOLUTION
Avatar of tobzzz
tobzzz
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aadlh
aadlh

ASKER

Amazing.
I was so close @ the same time so far.

Thanks a million