منتديات المجاوشي

منتديات المجاوشي (http://www.vb.mjawshy.net/index.php)
-   Arabic Rss (http://www.vb.mjawshy.net/forumdisplay.php?f=41)
-   -   [مشكلة] مشكلة مع رابط التغذية rss (http://www.vb.mjawshy.net/showthread.php?t=389996)

RSS 11-16-2013 06:10 AM

[مشكلة] مشكلة مع رابط التغذية rss
 
السلام عليكم ورحمة الله وبركاته قمت ببرمجة رابط تغدية rss على بيئة الكلاسات ويعطيني الخطأ التالي
رمز PHP:
This page contains the following errors:

error on line 351 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error
.


مع العلم انه يؤرشفف كل الحقول
المرجو افادتي وهذا كود البرمجية
رمز PHP:
public function sitemapweb()
{
global $sitelink;
echo ''. "\r\n";
echo '',"\r\n";
echo "\t\r\n";
echo "\t\tdaily\r\n";
echo "\t\t1.0\r\n";
echo "\t\t".$sitelink."\r\n";
echo "\t\r\n";
$select= $this->rawQuery('SELECT idcat,titlecat FROM allazvideo__sujetvideo where activecat=1 ORDER BY idcat');
foreach($select as $rows){
extract($rows);
echo "\t\r\n";
echo "\t\tdaily\r\n";
echo "\t\t0.5\r\n";
echo "\t\t".$sitelink."/".str_ireplace(' ','.',$titlecat).'-'.$idcat."\r\n";
echo "\t\r\n";
}
$select2= $this->rawQuery('SELECT ida,titlea FROM allazvideo__artvideo ORDER BY ida');
foreach($select2 as $rows2){



extract($rows2);
echo "\t\r\n";
echo "\t\tdaily\r\n";
echo "\t\t0.5\r\n";
echo "\t\t".$sitelink."/".str_ireplace(' ','.',$titlea).'_'.$ida."\r\n";
echo "\t\r\n";
}
echo "";

}










أكثر...


الساعة الآن 05:51 PM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. منتديات بلاك بيري mjawshy.net
المجاوشي للتقنية المتقدمة