Help for this page

Select Code to Download


  1. or download this
    $clref = $dbh->prepare ("SELECT item_id, color FROM item WHERE prod_id
    + = ".$ref->{product_id});
        $clref->execute();
    ...
    ) {
            push @{$ref->{color}, {$ref->{item_id}}, $color->{color}, $ite
    +m_id->{item_id};
        }