質問編集履歴
2
改善
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,10 @@
|
|
9
9
|
[リンク内容](http://webkaru.net/php/function-mysqli-connect/)
|
10
10
|
[リンク内容](http://www.phppro.jp/phpmanual/php/mysqli.query.html)
|
11
11
|
[リンク内容](http://phpspot.net/php/man/php/mysqli.query.html)
|
12
|
+
|
13
|
+
追記
|
14
|
+
array文については「????---var_dump--- array(2) { ["A"]=> string(4) "name" ["B"]=> string(7) "comment" } 」と出力されてしまいます
|
15
|
+
因みに「????」の箇所はwhile文のあたりを指している様です(//を打ったら消えたので)
|
12
16
|
```PHP
|
13
17
|
$link = mysqli_connect($host, $user, $password, $dbname);
|
14
18
|
if(mysqli_connect_error()){
|