br
Erzeugt br Codes: $text = "Das ist ein Text aus einer Textarea."; echo "Normale ausgabe: ".$text.""; $text = nl2br($text); echo "Ausgabe nach "nl2br": ".$text;