$text = "background: url(img/back.gif)";
$pattern = array('/url\(img\//','/url\(resim\//');
$degis = array("url(../img/","url(../resim/)");
$text = preg_replace($pattern, $degis, $text);
echo $text;
onlar sadece örnek. img de olabilir resim de olabilir xxx de olabilir...