回答編集履歴

1

余計な行を削除

2018/12/24 01:56

投稿

bellsmarket
bellsmarket

スコア62

test CHANGED
@@ -56,10 +56,6 @@
56
56
 
57
57
  $stmt ->execute($data);
58
58
 
59
- $result = $stmt ->fetch(PDO::FETCH_ASSOC);
60
-
61
- var_dump($result);
62
-
63
59
  $db = null;
64
60
 
65
61