質問編集履歴
1
誤記修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,9 +60,9 @@
|
|
60
60
|
|
61
61
|
// メッセージデータを登録
|
62
62
|
|
63
|
-
$sql_2 = "INSERT INTO message (, , ,) VALUES ('$last_id', , ,)";
|
63
|
+
$sql_2 = "INSERT INTO message ( , , , ) VALUES ( '$last_id', , , )";
|
64
64
|
|
65
|
-
$res_2 = $mysqli->query($sql_
|
65
|
+
$res_2 = $mysqli->query($sql_2);
|
66
66
|
|
67
67
|
|
68
68
|
|