Here again with new problem
$a='
1
2
3
';
in textarea it displayed without the first new line.
<?php echo'<textarea>',$a,'</textarea>'; />
like this
----------------
1
2
3
----------------
but it should be like this?
----------------
1
2
3
----------------
PS
sorry for my English =)
Use the HTML decimal or hexadecimal code for carriage return instead of a space.