Swifti: Datei anlegen mit PHP

Hallo,
Suche Lösung wie das in PHP geht:
open (LOG,">>1.log");
print LOG "Test
close (LOG);

Vielen dank für Eventuelle Hilfe
Swifti

  1. Hi,

    Suche Lösung wie das in PHP geht:
    open (LOG,">>1.log");
    print LOG "Test
    close (LOG);

    Und du hast beim suchen absolut nichts gefunden …?

    MfG ChrisB

    --
    Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/
    1. Hallo ChrisB,

      Nein leider nicht

      MFG Swifti

      1. Hi,

        Nein leider nicht

        Ach komm, das kann doch nicht sein … https://www.google.com/search?q=wie+schreibe+ich+mit+php+in+eine+datei

        MfG ChrisB

        --
        Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/
      2. Hallo!

        Nein leider nicht

        Dein Google 'kaputt' ...? :-P

        Wenn ich deinen Thread-Titel bei Google eingebe, ist direkt der erste Treffer (kann variieren) dieser hier.

        Und darin findest du u.a. auch einen Hinweis auf eine der möglichen Funktionen, mittels derer du dann in der PHP Dokumentation nachgucken und nachlesen kannst - fopen()

        Dann mal viel Erfolg! ;-)

        Gruß Gunther