Q58
You use the _SERVER superglobal and your _______ property to create your path to check.
A.
$load_dir
B.
$load
C.
$save
D.
$save_dir
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
// Determines the path to check
_SERVER[‘DOCUMENT_ROOT’] . $this->save_dir;