Re: [PHP] PHP - File Edit

2003-06-06 Thread Philip Olson
On Fri, 6 Jun 2003, Matt Zur wrote: Does anyone know of a simple program that will let me specify a file within a certain directory to load into a textarea field, let me make changes, then export/replace that file with the changed contents? I tried writing one myself in PHP, but I ran

RE: [PHP] PHP - File Edit

2003-06-06 Thread Boaz Yahav
Maybe this can help : A simple configuration file editor to ease you life in setting up php applications. Reads variables from a given file automatically and displays current value. New value will be written to file after submit. http://examples.weberdev.com/get_example.php3?count=1741 or