Thread: HTML from text
View Single Post
  #3 (permalink)  
Old 05-10-2008, 07:12 PM
Jaan's Avatar   
Jaan Jaan is offline
Mod
 
Join Date: Dec 2006
Location: Estonia
Age: 17
Posts: 898
Last Blog:
Wadio Media Layout Com...
Credits: 61
Rep Power: 15
Jaan is a jewel in the roughJaan is a jewel in the roughJaan is a jewel in the roughJaan is a jewel in the rough
Send a message via MSN to Jaan
Default Re: HTML from text

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&eacute;, Dubai or Ginza.&nbsp;</p><p>&nbsp;</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..
__________________


Cheap & Professional Web Design | Need help? Send a PM
Reply With Quote