Can PHP be installed on a local machine?

前端 未结 9 1897
灰色年华
灰色年华 2021-01-15 05:17

For Web-dev, can the PHP Processor be installed on a regular Windows XP machine, such that viewing PHP files through a browser executes the PHP script? (NOT Windows Serv

9条回答
  •  逝去的感伤
    2021-01-15 05:55

    Sure. Just download the windows binaries from the php download page. http://www.php.net/downloads.php

    You will need a webserver (such as apache) instealled if you want to parse webpages. But, with just that download you can run php scripts.

提交回复
热议问题