Phpfopen () function problem $ DOCUMENT_ROOT = $ _ SERVER ['document _ root']; @ $ fp = fopen ('$ DOCUMENT_ROOT /.. /orders/orders.txt ',' AB '); the book says this -- this variable ($ DOCUM php fopen () function problem
$ DOCUMENT_ROOT = $ _ SERVER ['document _ root'];
In the book, this variable ($ DOCUMENT_ROOT) points to the root of the Web server document tree. We use ".." to indicate the parent directory of the document root directory. For security reasons, is this directory located outside the entire document tree? In this example, apart from the interfaces we provide, we do not want other web interfaces to access it. This path is called a relative path because it describes a file system location relative to the document root directory.
What I don't know -- 1. ".." Indicates the parent directory of the document root directory? 2. Is this directory located outside the entire document tree?
------ Solution --------------------
../Is the upper-level directory relative to the current file
------ Solution --------------------
Don't understand. wait for the answer
------ Solution --------------------
Put it outside the root directory of the document, and apache will not access it, that is, the user cannot access it.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.