> I need to modify a string that contains image links like <img
> src="http://www.somedomain/directory/graphics/filename.jpg";> to
> image links like <img src="graphics/filename.jpg">

Maybe something like with str_replace()?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to