/ Published in: PHP
Expand |
Embed | Plain Text
$str = '<h2> this is a test</h2><img src="pathrourl.jpg" alt="test" />'; $find = '/<img.*src="(.*?)"/'; if ( $match )
Comments
Subscribe to comments
- Posted By: melvitax on March 11, 2008
You need to login to post a comment.
