I have the results from a database that contains images and text. I would like to remove the first image.
Example:
$string = 'This is some text and images
<img src="http://linktoimage" border="0">,
more text and <img src="http://linktoanotherimage"> and so on';
I would like to remove the first image, it is not always the same url.
Thanks for any help.