Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare(
        "insert into $tblname (product_id, model_number, description)
         values (?, ?, ?)");
        $sth->execute($prod_id, $mod_num, $data);