Can someone help me with this in php:
$str="some html code in this string, like href='yadayada/myimage.jpg' some more html here";
I want to pass the "myimage.jpg" to an array usign RegEx in php. The string above can hold multiple myimage.jpg files, so a loop is needed.
Anyone?
