Questions about the PHP fopen () function

Source: Internet
Author: User
PHP fopen () function problem
$DOCUMENT _root=$_server[' Document_root '];

@ $fp = fopen (' $DOCUMENT _root/. /orders/orders.txt ', ' ab ');

The book says-this variable ($DOCUMENT _root) points to the root of the Web server document tree. We use the ".." Represents the parent directory of the document's root directory. For security reasons, is this directory outside the entire document tree? In this example, in addition to the interfaces we provide, we do not want other web interfaces to access it. This path is referred to as a relative path because it describes a file system location relative to the document root directory

I do not understand the place--1. “..” Represents the parent directory of the document root directory? 2. Is this directory outside of the entire document tree?

------Solution--------------------
.. /is the top-level directory relative to the current file
------Solution--------------------
Don't understand, wait for the expert to answer
------Solution--------------------
Outside of the document root directory, Apache will not visit, that is, the user is not accessible.
  • Contact Us

    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.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.