PHP dividiu o texto grande e as quebras de linha na matriz
#1
$arr=explode("\n",$text);
#2
$arr=explode("<br>",nl2br($text));
RapTToR
#1
$arr=explode("\n",$text);
#2
$arr=explode("<br>",nl2br($text));