readdir - Umlaute Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Code:
    $fh = fopen("datei.bat", "w");
    fputs ($fh, "cd \"" . $dirdata. "\"\n");
    [. . .]
    fclose($fh);

    Comment


    • #17
      "wb" statt "w"

      Comment


      • #18


        cya

        Comment

        Working...
        X