Is there any way to test PHP locally without installing a server?

前端 未结 9 1950
刺人心
刺人心 2020-12-23 11:28

I\'m looking for something like http://phpfiddle.org/, but completely local. I don\'t want to commit to installing something as complex as Apache, then PHP on top of that, j

9条回答
  •  独厮守ぢ
    2020-12-23 12:04

    I really dont think so. but it isnt so complex as you think.

    if you are on windows - just download: http://www.wampserver.com/ - it will install the whole server for you (mysql&phpmyadmin,php5).

    on linux - got to google: install lamp to [your-linux] -- and follow the simple instructions

提交回复
热议问题