#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);
Read MoreSpread Your Knowledge
#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);
Read More