Hey, I need to delete all images from a string and I just can\'t find the right way to do it.
Here is what I tryed, but it doesn\'t work:
preg_replac
Sean it works fine i've just used this code
$content = preg_replace("/]+\>/i", " ", $content); echo $content;
//the result it's only the plain text. It works!!!