Is there online php compiler that I can test with multiple php files? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI am using codepad.org and ideone.com for sharing my php code with others and using jsfiddle.net to share my jquery code with others.
Now I want to share a php script with others in which a form submission work is done. In my local machine 开发者_如何学运维I have two files. 1. myform.php(contain form) 2. _myform.php(action on form submission). How can I share this type of code online in running position.
So is there any online php compiler in which I can use multiple php files and jquery will be a plus.
Thanks
- Sign up for a free PHP hosting on http://www.byethost.com/ or http://www.freehostia.com/ or any similar site.
- Upload your code there. It will run like a website.
- For sharing, upload the code with .txt extension appended like
myfile.php.txt
.
I guess there are some functions disabled for security reasons, but Yes:
- http://codepad.org/
- http://writecodeonline.com/php/
Try http://phpcompileronline.co.cc/
you can check this : http://online-compiler.com, it is contain a good PHP editor and give you a personal workspace in a virtual host.
This is very useful u can use the following url
http://phpresult.com
I tried a tool to run my PHP files and I was happy with the tool. Check out http://www.compileonline.com/execute_php_online.php . Hope you guys find this tool useful like i did.
If you want a live online web-enviroment (as in: a live website which accepts code from an unknown source and execute it), the awnser is short: no.
The security risks are just too great.
精彩评论