質問編集履歴

1

誤字修正

2020/05/05 03:29

投稿

uoop
uoop

スコア1

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  サーバー内にいくつかのディレクトリがあり、その下にサイトやページ(LP)がある状態です。
12
12
 
13
- 従来では再利用できそうなものは`include(_SERVER['DOCUMENT_ROOT'].'common/hoge.php')`のような形でそのディレクトリの中のcommon/hoge.phpからincludeしていました。
13
+ 従来では再利用できそうなものは`include($_SERVER['DOCUMENT_ROOT'].'common/hoge.php')`のような形でそのディレクトリの中のcommon/hoge.phpからincludeしていました。
14
14
 
15
15
 
16
16
 
@@ -62,7 +62,7 @@
62
62
 
63
63
 
64
64
 
65
- この場合、例えば dir1/siteA/index.phpから`include(_SERVER['DOCUMENT_ROOT'].'common/hoge.php')`を実行してもdir1/common/hoge.phpからしか取得できないかと思いますが、dir1/siteA/index.phpからcommon/newhogeをincludeする方法などありますでしょうか?
65
+ この場合、例えば dir1/siteA/index.phpから`include($_SERVER['DOCUMENT_ROOT'].'common/hoge.php')`を実行してもdir1/common/hoge.phpからしか取得できないかと思いますが、dir1/siteA/index.phpからcommon/newhogeをincludeする方法などありますでしょうか?
66
66
 
67
67
 
68
68