PHPRemove br tag from the content in php September 14, 2017 Chandan SharmaComment on Remove br tag from the content 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:FacebookX