回答編集履歴

2

corrected a verb into a noun\.

2017/08/27 02:31

投稿

退会済みユーザー
test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
 
62
62
 
63
- /* You should better to close your connect. */
63
+ /* You should better to close your connection. */
64
64
 
65
65
  $mysqli->close();
66
66
 

1

Did I have a mistake\?

2017/08/27 02:31

投稿

退会済みユーザー
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  //
52
52
 
53
- // echo $result->fetch_assoc()[0]["id"] . "<br>\n";
53
+ // echo $result->fetch_assoc()[0]["id"] . "<br>\n"; // Ah, maybe... $result->fetch_assoc()["id"] will be right....
54
54
 
55
55
 
56
56