fwrite, fread
Posted by: topher1kenobe
Posted on: 2009-07-07 07:25:00
I want to do some editing of files on the filesystem via forms. I understand fopen is off, and that's fine. But does that preclude fwrite and fread from working as well?
Posted by: topher1kenobe
Posted on: 2009-07-07 07:25:00
I want to do some editing of files on the filesystem via forms. I understand fopen is off, and that's fine. But does that preclude fwrite and fread from working as well?
Posted by: erikjacobsen
Posted on: 2009-07-07 12:21:00
You can use fopen, fread, and other fileoperations, on files on the server.