$maxthreadtitle = 45; $title = $ar[$thread[threadid]][title]; $maxchars = $maxthreadtitle; if (strlen($title)>$maxchars-1) { $spacepos = strpos($title." "," ",$maxchars); if ($spacepos!=0) { $title = substr($title ,0,$spacepos)."..."; } }