PHP Code:
#!/usr/bin/php -q
<?php
$content = '<p><img src="http://forum.codecall.net/images/stories/news/Girard-Perregaux-Shopping-W.gif" border="3"
alt="Girard-Perregaux-Shopping-Watch" title="Girard-Perregaux-Shopping-Watch" width="550" height="468" /></p><p>The world becomes an
extremely alluring place when women take over. The proof of this is provided by the ww.tc 24 Hour Shopping, which gives the time in
twenty-four time zones, with its own particular interpretation of the planet: it indicates the time not in cities, but in places famous
for their fashion and luxury boutiques, such as Faubourg Saint-Honoré, Dubai or Ginza. </p><p> </p>';
preg_match('#(?<=<img src=").*?(?=")#', $content, $image);
print_r($image);
?>
Output: