<?php $html = '<html> <head> <etc /> </head> <body> <div><img src="blah.jpg" /></div><br /> </body> </html>'; $regex = '#<img .*?\/>#'; preg_match($regex, $html, $matches); var_dump($matches[0]);
You have javascript disabled. You will not be able to edit any code.