PHP instance code for obtaining the IP address of the client and server _ PHP Tutorial

Source: Internet
Author: User
PHP obtains the instance code of the client and server IP address. The PHP code for obtaining the IP address of the client and server is as follows :? Phpecho (1) the IP address of the user who browses the current page is:; echo $ _ SERVER [REMOTE_ADDR]; echobr; echo (2) view the following code when PHP obtains the IP address of the client and server:

  1. Echo "(1) the IP address of the user who browses the current page is :";
  2. Echo $ _ SERVER [REMOTE_ADDR];
  3. Echo"
    ";
  4. Echo "(2) the IP address of the user browsing the current page is :";
  5. Echo getenv (REMOTE_ADDR );
  6. Echo"
    ";
  7. Echo "the IP address of the host www.ite5e.com is :";
  8. Echo gethostbyname (www.baidu.com );
  9. ?>


The instance code for the http://www.bkjia.com/PHPjc/486100.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/486100.htmlTechArticlePHP to get the IP address of the client and server is as follows :? Php echo "(1) the IP address of the user who browses the current page is:"; echo $ _ SERVER [REMOTE_ADDR]; echo "br/"; echo "(2) browse when...

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.