prepare($query); $statement->bindValue(':price', $price); $statement->bindValue(':product_id', $product_id); $row_count = $statement->execute(); $statement->closeCursor(); //include('eg008c_select.php'); ?> eg008e update
0) { echo $row_count . " row(s) updated.
\n"; } ?>