Forum Moderators: coopster
Has anyone run across a good web based editor for PHP? Ideally, the editor would allow for updating a file and checking it's syntax using the built-in PHP functions for syntax checking and color highlighting. Once the result is accepted, the edited file could then replace the original.
Pushed further out, it is easy to imagine an online editor with versioning ability to allow rollback to an earlier saved version. Another nice feature would be working on the code on one website and then either copying or uploading it to another site. All should be possible, and straight forward, but I'm not sure if anyone has put the pieces together in an open source project.
Any ideas?
Thanks.