finally used preg_replace('/<p\b[^>]*+>/', '', $string);
@seen to, I've used strip_tags to get rid of anything else word may chuck at me, the <p> tag was an exception (along with bold and italic),so hopefully this should do it - Word is a cunt though