回答編集履歴

1

意図する変数が正しくなかったため修正

2021/05/30 09:44

投稿

yuuyu
yuuyu

スコア1139

test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  2.について
42
42
 
43
- 変数`$sql`は文字列`'INSERT INTO test_drink_stock(drink_id, stock, create_datetime) VALUES(?, ?, NOW())';`です。意図している変数は`$stmt`ではないでしょうか。
43
+ 変数`$sql`は文字列`'INSERT INTO test_drink_stock(drink_id, stock, create_datetime) VALUES(?, ?, NOW())';`です。意図している変数は~~`$stmt`~~`$dbh`ではないでしょうか。
44
44
 
45
45
 
46
46