質問編集履歴

1

質問内容変更

2020/08/06 11:18

投稿

tege
tege

スコア29

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  type:'POST',
34
34
 
35
- url:"insert.php",
35
+ url:"test.php",
36
36
 
37
37
  date: {
38
38
 
@@ -102,7 +102,7 @@
102
102
 
103
103
  $mng = new \MongoDB\Driver\Manager("mongodb://localhost:27017");
104
104
 
105
- $result = $mng->executeBulkWrite('wa31db.todo', $insert);
105
+ $result = $mng->executeBulkWrite('db.todo', $insert);
106
106
 
107
107
 
108
108