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?
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?