How can I run a php without a web server?

前端 未结 5 674
孤城傲影
孤城傲影 2020-11-30 00:10

I would like to ask if I can run a php without having installed a web server. Do I have to use the php like CGI and run my page via command line? And if so, what are the ste

5条回答
  •  再見小時候
    2020-11-30 01:04

    You can use these kind of programs to emulate an apache web server and run PHP on your computer:

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

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

提交回复
热议问题