hoi
ich hab dann problem und folgendes
es soll eine csv liste erstellt werden also mit; getrennt, das macht es auch
aber er schreibt das \n nich also er zeigt im editor alles in einer zeile an
ich habs auch schon mit
----->
kommt gar nichts
gruß micha
ich hab dann problem und folgendes
PHP-Code:
$string .= "$csv[0];$csv[1];$csv[2];$csv[3];$csv[4] \\n"; <<----
fwrite($neufile, $string);
aber er schreibt das \n nich also er zeigt im editor alles in einer zeile an
ich habs auch schon mit
PHP-Code:
$string .= "$csv[0];$csv[1];$csv[2];$csv[3];$csv[4]";
fputs($neufile, implode ("\n", $string));
kommt gar nichts
gruß micha
Kommentar