質問編集履歴

1

誤字脱字を修正いたしました。

2016/08/27 06:15

投稿

SugiuraY
SugiuraY

スコア317

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
 
10
10
 
11
- $stmt->bindValue(':secid', $matches[1][$ii], PDO::PARAM_INT);
11
+ $stmt->bindValue(':id', $matches[1][$ii], PDO::PARAM_INT);
12
12
 
13
- $stmt->bindValue(':price', $conversion1, PDO::PARAM_INT);
13
+ $stmt->bindValue(':name', $conversion1, PDO::PARAM_INT);
14
14
 
15
15
 
16
16