質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```php
|
2
|
-
$dbconn = pg_connect("host=localhost user=hoge password= dbname=postgres");
|
2
|
+
$dbconn = pg_connect("host=localhost user=hoge password=testuser dbname=postgres");
|
3
3
|
```
|
4
4
|
|
5
5
|
上記箇所で
|