Click to See Complete Forum and Search --> : insert array into database


beginnerz
05-10-2008, 12:36 PM
i am having these array

for product code,
0 : sbt001

1 : sbt002

for description,

0 : Blue Shirt

1 : Small collar

for quantity,

0 : 2

1 : 2

and the question is how am i going to insert these array into the database?

skywalker2208
05-10-2008, 03:55 PM
You can use a loop like a for loop to loop thru and insert each item in teh array in the database.