SyntaxFix
Write A Post
Hire A Developer
Questions
Sean it works fine i've just used this code
$content = preg_replace("/<img[^>]+\>/i", " ", $content); echo $content;
//the result it's only the plain text. It works!!!