How to modify the Hosts file under Windows PHP

Source: Internet
Author: User
Through the PHP program to complete the change Hosts file principle is as follows:

1,neil did not find a way to directly make use of PHP modifications, so the first is to write a. bat file

2, use System (), call. bat to complete the purpose of modifying the hosts


The code is as follows:

Create. Bat$filename = "Updata.bat";
' @echo 127.0.0.1 baidu.com >>c:\windows\system32\drivers\etc\hosts the contents of the. bat can refer to the DOS command line file_put_contents ($ FileName, ' @echo 127.0.0.1 baidu.com >>c:\windows\system32\drivers\etc\hosts '); system ($FILENAME);

The code above completes inserting 127.0.0.1 baidu.com into the end of the hosts file.

As for the other operations can look at the DOS command line, here I mainly provide a train of thought, about Linux is still under study.

  • 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.