Very excited to be asking my first question on StackOverflow. I\'ve been relying on it to teach myself quite a lot over the years!
My question is this. I am getting the
Also you need to be remove new lines from html code:
$content = trim(preg_replace('/\s+/', ' ', $content));