Possible Duplicate:
php :: new line in textarea?
All I need to do is skip a line in a textarea and I can't seem to to figure it out.
<textarea>
<?php echo $to;?>
new line character should be here
<?php echo $message?>
</textarea>
Everything I have read (which was a lot) has given elaborate explanations with no literal answer. Is there a character? and if yes, what is the character?
$message– Ryan B Nov 14 '12 at 16:52