$text = trim($_POST['textareaname']); // remove the last or whitespace character $text = nl2br($text); // insert <br /> before