RE: [PHP] File management.

2004-05-06 Thread Jay Blanchard
[snip] Is there any php set for file management ? The only thing I want is a set of PHP functions that allows me add and remove lines from a file. Is there any thing done ? [/snip] See http://www.php.net/fopen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] file management system

2004-03-11 Thread Evan Nemerson
On Thursday 11 March 2004 02:59 pm, Decapode Azur wrote: > hi all, > > I am looking for a file management system. > Does anyone know if such a thing exists? > > The goal is to make a web site with computer graphics resources. Take a look at http://www.abnormis.com/ It's an awesome resource for da

Re: [PHP] File management system

2003-03-20 Thread J J
Yeah I think I've seen that one... looking for a php/mysql solution if possible. Thanks! --- Mike <[EMAIL PROTECTED]> wrote: > Webmin has some good stuff. (it's a java applet > though...) > > On Thu, 2003-03-20 at 06:14, J J wrote: > > Anyone have a good recommendation for a file > > management

Re: [PHP] File management system

2003-03-20 Thread Mike
Webmin has some good stuff. (it's a java applet though...) On Thu, 2003-03-20 at 06:14, J J wrote: > Anyone have a good recommendation for a file > management system that would allow the average person > to browse certain files/directory on a web server and > possibly make edits. > > Then the fro

Re: [PHP] file management

2001-09-07 Thread Gerard Samuel
You know what, I think Im explaining myself wrong. The word truncate in itself means I believe to cut at the bottom. This isn't what I need. Basically, its a chat script and all the newer messages are at the bottom, and when the file reaches x bytes I want to 'cut off the head' of the file by x

Re: [PHP] file management

2001-09-07 Thread Gerard Samuel
Sterling, your example looks doable, Ill report back when Im done with these other functions. Thanks Sterling Hughes wrote: > On Fri, 7 Sep 2001, Gerard Samuel wrote: > > >>Can a file be truncated from the beginning, and by x amount of lines?? >>Thanks >> >> > Truncated from the beginnin

Re: [PHP] file management

2001-09-07 Thread Sterling Hughes
On Fri, 7 Sep 2001, Gerard Samuel wrote: > Can a file be truncated from the beginning, and by x amount of lines?? > Thanks > Truncated from the beginning? Do you mean truncate the file by X lines, starting from the first position in the file, well, yeah: Please note the above