Online Text Editor (OnText)
inactiveDescription
OnText is a web-based text editor which uses PHP and JavaScript. Allows users to edit and manage files remotely, using a browser.
Categories
License
Update Notifications
User Ratings
User Reviews
-
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.