I\'m using a textarea to enable users to input comments. However, if the users enters new lines, the new lines don\'t appear when they are outputted. Is there any way to m
function breakit($t) { return nl2br(htmlentities($t, ENT_QUOTES, 'UTF-8')); }
this may help you
pass the textarea wal