Nevermind
Can you dish a bit of code, if your textbox was called 'userinput', then in the submissions page
echo nl2br(htmlspecialchars($_POST['userinput']));
should do the trick. The special chars stops them mucking up things if they've put in html tags