質問編集履歴

3

2021/03/04 01:13

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- コード$arr[]=chr(mt_rand(97, 122)).chr(mt_rand(97, 122)).chr(mt_rand(97, 122));
21
+ $arr[]=chr(mt_rand(97, 122)).chr(mt_rand(97, 122)).chr(mt_rand(97, 122));
22
22
 
23
23
  $arr[]=mt_rand(0,10000);
24
24
 

2

2021/03/04 01:13

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,10 @@
13
13
 
14
14
 
15
15
  ```php
16
+
17
+ $db=new SQLite3(test.db)
18
+
19
+
16
20
 
17
21
  コード$arr[]=chr(mt_rand(97, 122)).chr(mt_rand(97, 122)).chr(mt_rand(97, 122));
18
22
 

1

2021/03/04 01:12

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- すみません。
1
+ すみません。
2
2
 
3
3
  dbのテーブル作成について単純なミスだと思うのですが、うまく動かないので教えてください。
4
4