質問編集履歴

2

追記2

2018/05/16 03:04

投稿

Dongrill
Dongrill

スコア19

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  session_start();
30
30
 
31
- $pdo=new PDO('mysql:host=localhost;dbname=yoakemae;charset=utf8', 'root', '');
31
+ $pdo=new PDO('mysql:host=localhost;dbname=xxx;charset=utf8', 'root', '');
32
32
 
33
33
 
34
34
 

1

追記

2018/05/16 03:04

投稿

Dongrill
Dongrill

スコア19

test CHANGED
File without changes
test CHANGED
@@ -25,6 +25,12 @@
25
25
  ### 該当のソースコード
26
26
 
27
27
  ```php
28
+
29
+ session_start();
30
+
31
+ $pdo=new PDO('mysql:host=localhost;dbname=yoakemae;charset=utf8', 'root', '');
32
+
33
+
28
34
 
29
35
  $example_id=$_REQUEST['example_id'];
30
36