PHP: substr_replace - Manual - PHP: Hypertext Preprocessor
I suggest changing the function suggested by Guru Evi slightly. I found that it doesn't work as written here. Original: function add_3dots($string,$repl,$start,$limit) { if(strlen($string) > $limit) { return substr_replace(strip_tags($string),$repl,$start...