Can PHP be installed on a local machine?

前端 未结 9 1885
灰色年华
灰色年华 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 06:00

    Microsoft Web Platform Installer looks like a good solution, but you need Vista.

    0 讨论(0)
  • 2021-01-15 06:01

    I suggest:

    http://www.wampserver.com/en/

    or

    http://www.apachefriends.org/en/xampp.html

    These are easy-install packages of apache+php+mysql for windows.

    0 讨论(0)
  • 2021-01-15 06:03

    XAMPP will do the work for you, but beware that most php servers runs on some kind of unix so often it is close but not really the same.

    I'm thinking on basic differences like paths, path delimiters, symbolic links etc etc

    Feel free to do a search on "WAMP vs LAMP" for more info.

    /Johan

    0 讨论(0)
提交回复
热议问题