nl2br trasforma in automatico i newline inCodice PHP:$messaggio = strip_tags($_POST["messaggio"]);
$messaggio = htmlentities($messaggio, ENT_QUOTES, 'UTF-8');
$messaggio = nl2br($messaggio);
nl2br trasforma in automatico i newline inCodice PHP:$messaggio = strip_tags($_POST["messaggio"]);
$messaggio = htmlentities($messaggio, ENT_QUOTES, 'UTF-8');
$messaggio = nl2br($messaggio);