View Single Post
Old 07-01-2007, 5:24 PM   #2
Tom Thackrey
 
Tom Thackrey's Avatar
 
Posts: n/a
My Photos: ()

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Need to modify <IMG> tags! Help!


On 22-Aug-2003, "Milan" <milan@websolutions.co.yu> wrote:

> I need to modify src attributes of all <img> tags in a $string (eg. <img
> src="test.gif"> to <img src="1.gif">).
>
> Does anyone has any idea?


$string = str_replace('"test.gif"','"1.gif"',$string);

http://www.php.net/manual/en/function.str-replace.php

--
Tom Thackrey
www.creative-light.com
  Reply With Quote