Hallo Christoph.
Dann jagt sie doch vor der Ausgabe durch nl2br().
Das bedeutet, daß du unten im Formular die <br /> zu sehen bekommst, wo sie nicht hingehören. Die Alternative wäre, zwei unterschiedliche Variablen zu verwenden, dann könnte die für die "obere" Darstellung einzusetzende Variable mit nl2br umbrochen werden, und die Variable fürs Formular eben nicht.
Hm? Warum so kompliziert?
<?php
$str_text = "Mein tolles
und eindeutig
zitierungswürdiges
verbales Meisterstück.";
// Die Vorschau
echo nl2br($str_text);
// Die Textarea
echo '<textarea>'.$str_text.'</textarea>';
?>
Einen schönen Donnerstag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]