Common global variables in php

Source: Internet
Author: User
: This article mainly introduces common global variables in php. For more information about PHP tutorials, see. Echo $ _ SERVER ['php _ SELF '],'
'; // Address of this page
Echo $ _ SERVER ['http _ referer'],'
'; // Link to the address of the previous page of the current page
Echo $ _ SERVER ['script _ filename'],'
'; // The absolute path of the current script
Echo $ _ SERVER ['remote _ ADDR '],'
'; // The IP address of the client
Echo $ _ SERVER ['query _ string'],'
'; // Query string ,? Next part
Echo $ _ SERVER ['document _ root'],'
'; // Document root directory
Echo $ _ SERVER ['server _ ADDR '],'
'; // Server ip address

The above describes common global variables in php, including related content. I hope my friends who are interested in the PHP Tutorial can help me.

Related Article

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.