اطلع على السورس تبع الصفحة اللي جلبت منها الأخبار .. افرض انك لقيته كذا
<a href="arabic/news/details.php">
فقم بتمريره لدالة الاستبدال بالشكل التالي
كود PHP:
$string= str_replace("<a href=\"/arabic/news/details.php","<a href=\"http://site.com/arabic/news/details.php",$string);
إذا ماتبي الأخبار على شكل روابط فقم باستبدال وسم الرابط بفراغ
كود PHP:
$string= str_replace("<a href="," ",$string);