Quote:
|
Originally Posted by psili
Maybe do a greedy match at first, just to get all the full & relative paths to the actual images grabbed out of the src tags. Then implode that $matched array into a string. Against that string, do a more refined match to just grab out the image names.
|
I'm having trouble doing that second part. My first regex will store the full path and I need to do a match against that string for the single image.