How can i strip including this content
including this content
I know you can use strip tags to remove the tags, but i want everything in between gone as w
You also use strip_tags to remove the tags and also everything in between..
$html contain your html or php from where you want to remove the tags.
strip_tags($html,"");
Try this i think this will work for you.