PHP obtains the path, name, and server path of the file running before the current period. & lt ;? Phpecho displays the relative path and file name of the script file :. $ _ SERVER [PHP_SELF]. & lt; br & gt; echo display the CGI script
PHP obtains the path, name, and server path of the file running before the current period. & lt ;? Phpecho "shows the relative path and file name of the script file :\"". $ _ SERVER ["PHP_SELF"]. "\" & lt; br & gt; "; echo" display the CGI script
PHP gets the path, name, and server path of the running file before the current period
echo "Displays the relative path and file name of the script file: \" ". $_server[" Php_self "]." \"";echo "Displays the CGI script specification used by the
DirName (file) takes the absolute path to the current file, which means that the lookup speed is the fastest compared to the relative path.
PHP constant DirName (file)File: called the PHP Magic Constant, returns the full path and file name of the
Php obtains the php server variable in the current url path.
Programming in php to obtain the current url address and server variables mainly uses the following global variables: $ _ server ["query_string"], $ _ server ["request_uri"], $ _
Gets the current file name, current directory, upper directory
File name test.phpPath + file name (to get/var/www/test/test.php)Echo __file__;File name (to get test.php)Echo basename (__file__);File name with no extension (to get test)Echo
Here are some of the sorting, PHP to get the path of the small knowledge, hope to help you!
1,$_server["query_string") Description: Query string 2,$_server["Request_uri"] Description: The uri3,$_server["Script_name" required to access this page
For example, the current file is placed under (d:\www\), the file name is test.php.
The code for the test is as follows:
Copy the Code code as follows:
Echo __file__; Get the absolute address of the current file, result: D:\www\test.phpecho
This paper introduces the functions of getting the current URL path in PHP, and some server variables in PHP, which can be used for reference by friends in need.Mainly used in these several: $_server["query_string"],$_server["Request_uri"],$_server["
The code is as follows
/*** PHP Get path or directory implementation* @link http://www.45it.com*/ Magic variable to get the absolute path of the current fileecho "__file__: ========>". __file__;Echo ''; Magic variable, gets
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.