Remove br tag from the content in php Posted on September 14, 2017 by Chandan Sharma in PHP#Remove br tag from the content in php $content = HERE ALL YOUR CONTENTS; $content = str_replace("<br />","",$content); $content = str_replace("<br>","",$content); $content = str_replace("<br/>","",$content);Share this:TwitterFacebook Published by Chandan Sharma View all posts by Chandan Sharma