質問編集履歴

2

改善

2016/09/06 02:09

投稿

a-_.
a-_.

スコア133

test CHANGED
File without changes
test CHANGED
File without changes

1

改善

2016/09/06 02:09

投稿

a-_.
a-_.

スコア133

test CHANGED
File without changes
test CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
  Warning: arsort() expects parameter 1 to be array, string given in C:\~XXX.php on line 22
12
12
 
13
-
13
+ (名前)
14
14
 
15
- &date
15
+ (内容) &date
16
16
 
17
17
 
18
18
 
@@ -96,7 +96,7 @@
96
96
 
97
97
 
98
98
 
99
- $sql = 'INSERT INTO kadai1 (name, comment) VALUES (?, ?, CURDATE())';
99
+ $sql = 'INSERT INTO XXX (name, comment) VALUES (?, ?, CURDATE())';
100
100
 
101
101
  $sth = $dbh->prepare($sql);
102
102