开发者

Is there a site on which I can run PHP code?

开发者 https://www.devze.com 2023-03-29 09:48 出处:网络
I want to run PHP code as a test without using my own webserver. Is there any site that would allow me to do this? Any help would be 开发者_Python百科appreciated.First google result

I want to run PHP code as a test without using my own webserver. Is there any site that would allow me to do this? Any help would be 开发者_Python百科appreciated.


First google result

I think It's better to install php on you local PC

You will able to

  • use functions that are restricted in sandboxes,
  • configure it, as you need,
  • install any extension
  • see result without any stuff of site code


Codepad is a good choice. Supports multiple languages, including PHP.

http://codepad.org/


IdeOne, Codepad, and probably many others, take your pick. For those two however, PHP 5.2 will have to do.


Another good choice:

http://writecodeonline.com/php/

0

精彩评论

暂无评论...
验证码 换一张
取 消