Hi!
I would like to know if it is possible to delete the content of a file or overwrite the content of a file or even delete / overwrite a certain part of the filecontent, for example a given line-number ?
I have searched php.net for a function but couldnt find anything in that direction. Did I missed something ? Or is it not possible ?
thanks in advanced!
Reiners

btw: It is my webserver, so any configuration can be made, if neccessary.

    [man]fopen[/man]
    [man]fread[/man]
    [man]fwrite[/man]
    [man]file[/man]
    [man]file_get_contents[/man]

      ok works, thanks 🙂
      dunno why I didnt get it at the first try.

      thanks again 🙂

        Write a Reply...