- or download this
@color=(Blue, Silver);
$newpid=8000;
...
my $incolor_qy=$db->prepare($incolor_qry);
$incolor_qy->execute;
}
- or download this
@color_image=(a1.jpg, b1.jpg);
foreach $color_image(@color_image){
...
my $upcolor_qy=$db->prepare($upcolor_qry);
$upcolor_qy->execute;
}
- or download this
pid cid color color_image
8000 1 Blue a1.jpg
8000 2 Silver a1.jpg