Is there online php compiler that I can test with multiple php files?

navidad

New Member
I 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
 
Back
Top