Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
指定された行を変更するのではなく、このデータで下部に新しい行を作成するのはなぜですか?
$sql = " UPDATE products SET productName = '$pname', productDescription = '$pdes' WHERE pID = '$pidmod' ";
WHERE pID='$pidmod'自動増分フィールドです。
WHERE pID='$pidmod'
トリガーが関係していない限り、ステートメントは行を追加しUPDATEません。
UPDATE