$sql_update = "UPDATE urunler SET fiyat = fiyat * 6"; $stmt_update = $db->prepare($sql_update); $stmt_update->execute();