InterviewSolution
Saved Bookmarks
| 1. |
You use the $_SERVER superglobal and your _______ property to create your path to check.(a) $load_dir(b) $load(c) $save(d) $save_dirI have been asked this question during an online exam.My enquiry is from Image Uploading Ability in section Objects and Databases in PHP of PHP |
|
Answer» RIGHT OPTION is (d) $save_dir Explanation: // DETERMINES the PATH to CHECK |
|