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
Get the most trusted enterprise browser
Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
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.