質問編集履歴
2
PHP
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,12 +1,17 @@
|
|
1
1
|
PHPでエラーが起きてしまいました。
|
2
2
|
何故でしょうか。
|
3
3
|
|
4
|
+
```
|
4
5
|
if(isset($_POST['command']) && !$_POST['command'] == 'search'){
|
5
6
|
echo "foreach ($pdo->query('select * from words order by id desc') as $row){";
|
6
7
|
}
|
8
|
+
```
|
9
|
+
|
7
10
|
こちらを追加してからです。
|
8
11
|
|
12
|
+
```
|
9
13
|
Parse error: syntax error, unexpected end of file in /home/takahashi/public_html/test28.php on line 233Parse error: syntax error, unexpected end of file in /home/takahashi/public_html/test28.php on line 233
|
14
|
+
```
|
10
15
|
|
11
16
|
http://pastebin.com/kLya9muL
|
12
17
|
↑このサイトにコードがあります
|
1
PHP
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,4 +8,5 @@
|
|
8
8
|
|
9
9
|
Parse error: syntax error, unexpected end of file in /home/takahashi/public_html/test28.php on line 233Parse error: syntax error, unexpected end of file in /home/takahashi/public_html/test28.php on line 233
|
10
10
|
|
11
|
-
http://pastebin.com/kLya9muL
|
11
|
+
http://pastebin.com/kLya9muL
|
12
|
+
↑このサイトにコードがあります
|