Despite using PHP for years, I\'ve never really learnt how to use expressions to truncate strings properly... which is now biting me in the backside!
Can anyone prov
Only use strip_tags(), that would get rid of the tags and left only the desired text between them
strip_tags()