Home
Name Modified Size InfoDownloads / Week
readme 2012-11-26 1.9 kB
php-edit.php 2012-11-26 6.2 kB
screen-shot.png 2012-11-26 37.0 kB
icon.jpg 2012-11-26 4.7 kB
Totals: 4 Items   49.7 kB 0
/*
   +---------------------------------------------------------------------------------------+
   |  File:      php-edit.php     by: Jan Zumwalt@Net-Wrench.com    version: 2012-11-25    |
   |                                                                                       |
   |  COPYRIGHT: 2007-2012 by Jan Zumwalt, www.Net-Wrench.com                              |
   |             This software is free and open to the public. You may use, copy,          |
   |             modify, distribute, and sell this program (and any variants)              |
   |             without restriction, so long as you do not restrict others from           |
   |             doing the same.                                                           |
   |                                                                                       |
   |  Purpose: This light weight editor is designed to allow basic editing of text files.  |
   +---------------------------------------------------------------------------------------+
   
      PHP SIMPLE EDITOR

      Version: 2012-11-25
      By: Jan Zumwalt - Net-Wrench.com

      This light weight editor is designed to allow basic editing of text files.

        usage: php-edit.php[?filename.ext]

      This program is completely stand alone (less than 200 lines of code). A filename may
      be passed so the editor will open with it's contents or it can be used without a
      filename and a default filename is assigned that may be changed before saving text.

      For security reasons, no provision has been made to allow saving to another directory.
      Future additions may include the capability to save to a subdirectory.

      Please include comments or improvements in the message area located at...
      http://net-wrench.com/email/

      Source code is located at https://sourceforge.net/projects/php-edite/
Source: readme, updated 2012-11-26