[PHP] File management.

2004-05-06 Thread Carles Xavier Munyoz Bald
Hi 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 ? Greetings. --- Carles Xavier Munyoz Baldó [EMAIL PROTECTED] http://www.unlimitedmail.net/ --- -- PHP General Mailing List

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:

[PHP] file management system

2004-03-11 Thread Decapode Azur
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. The features we would like to find in it would be these if possible: - the possibility to upload files - the possibility to check the

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 dark

[PHP] File management system

2003-03-20 Thread J J
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 front-end would sort of catalog those files and index them so the web user could browse/search and open the files?

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

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 system

[PHP] file management

2001-09-07 Thread Gerard Samuel
Can a file be truncated from the beginning, and by x amount of lines?? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

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: ?php $fp = fopen(filename,

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