<html>
<body bgcolor="#fad888">
<form>
<textarea width="100%" growable autoactivate name="input"><?
$input 
$_REQUEST[input];
if ( isset(
$input) && !empty($input) )

$input nl2br($input);
$input stripslashes($input);
echo 
"$input"; }
else { echo 
"test
test"
; }
?></textarea>
<input type="submit">
</form>
</body>
</html>