Hi,
I need to limit words to 20 characters but I didn't found any PHP string function that could do the job :-(
Could you help ?
$word = sub_str($word,0,20);