I would like to insert this type array into database please give suggestion how to do it: product code, color etc are the column names
$array =
array(
'Product Code': A0857
'Color: ': Green
'Quantity' : 23
)
array(
'Product Code': A0857
'Color: ': Green
'Quantity' : 23
)
);