Hallo,
if($php_os == "windows"){
$lbr = chr(13) . chr(10);
}elseif ($php_os == "linux"){
$lbr = chr(10);
}
für einen systemspezifischen Zeilenumbruch gibt es auch eine Konstante "PHP_EOL".
Nützlich sind auch "PATH_SEPARATOR" und "DIRECTORY_SEPARATOR".
Viele Grüße
Stefan
--
bythewaythewebsuxgoofflineandenjoytheday
bythewaythewebsuxgoofflineandenjoytheday