Vidyalelo
PHP · Q58

HTML Forms Handling

Programming · PHP · question 58

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
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
// Determines the path to check _SERVER[‘DOCUMENT_ROOT’] . $this->save_dir;