Is there a site on which I can run PHP code?
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/
精彩评论