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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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.