Possible Duplicate:
Regex to change format of all img src attributes
Merhaba,
Ben içerik db alanında görüntü yolunu değiştirmek istiyor.
Ben şu var
preg_replace("/src='(?:[^'\/]*\/)*([^']+)'/g","src='newPath/$2'",$content);
için iyi çalışıyor, hangi
src="/path/path/image.jpg"
ANCAK ON başarısız
src="http://www.mydomain.com/path/path/image.jpg"
Bu sorunu aşmak için herhangi bir yardım?