OnText is a web-based text editor which uses PHP and JavaScript. Allows users to edit and manage files remotely, using a browser.
License
GNU General Public License version 2.0 (GPLv2)Follow Online Text Editor (OnText)
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you for your work.
-
Don't use short PHP tags! (use <?php .. ?> not <? .. ?>) Full php tags are better for portability. Not all servers are set up to allow short tags and indeed neither is the standard PHP set up. Zend coding standards also prohibit their use.