Help for this page

Select Code to Download


  1. or download this
    $query = $dbh->prepare('INSERT INTO products_attributes (products_id, 
    +options_id, options_values_id, options_values_price, price_prefix, pr
    +oducts_options_sort_order)
                            VALUES (?, ?, ?, ?, ?, ?)');
    ...
    ....
        $query->execute($products_id, $options_id, $options_values_id, $op
    +tions_values_price, $price_prefix, $products_options_sort_order) or e
    +xit 1;   
    }