This is my HTML ****:
HTML Code:
<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>
Okay.. this script or something has to get and put this (this long bold text) from the HTML script:
<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" />
...to a variable.. and then it has to cut it again.. and then i have to get and put this:
images/stories/news/Girard-Perregaux-Shopping-W.gif
to a variable.. so
PHP Code:
$image = "http://forum.codecall.net/images/stories/news/Girard-Perregaux-Shopping-W.gif";
but this script or method has to find this image url.. from that HTML thingy..