$text = "After 20 sings it will break and will create a new line.";$text = wordwrap($text, 20, "<br />");echo $text;
After 20 sings it will break and will cr eate a new line.