Use PHP to obtain the current url path function and server variable _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
Use PHP to obtain the functions and server variables of the current url path. PHP gets the function and server variable of the current url path: Code: Copy the code as follows :? Php $ pathusropt .. ectabcd; echo $ _ SERVER [DOCUMENT_ROOT]. br; get the SERVER documentation PHP to get the function and SERVER variable of the current url path:
Code:

The code is as follows:


$ Path =/usr/opt/../ect/abcd;
Echo $ _ SERVER ['document _ root']."
"; // Obtain the root variable of the server document (depending on the configuration in http. conf)
Echo $ _ SERVER ['php _ SELF ']."
"; // Obtain the path of the file that executes the code, which is related to the configuration in http. conf.
Echo _ FILE __."
"; // Get the absolute path variable of the file system
Echo dirname (_ FILE _); // function used to obtain the path of the folder where the FILE is located
Echo realpath ($ APIs );
?>


Returned value:

The code is as follows:


/Usr/opt/apache2/htdocs/
/Alias/aa. php
/Usr/opt/apache2/htdocs/kamap/aa. php
/Usr/opt/apache2/htdocs/kamap/
/Usr/etc/abcd

Pipeline code: the code is as follows :? Php $ path =/usr/opt/../ect/abcd; echo $ _ SERVER ['document _ root']. "br"; // Get The SERVER documentation...

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.