<?php $text = "A very long woooooooooooord."; $newtext = wordwrap($text, 8, "<br />", true); echo "$newtext\n"; ?>