Ben veritabanından birden beslemeleri almak istiyorum ve bunu yaparken de bu beslemeleri tüm yeni içerik getir
çalışıyor ama bir sorun var ve ben ne neden hiçbir fikrim yok, bu kodu:
$feed_sql = mysqli_query($link, "SELECT feed from tutorial_feed WHERE approved=1");
$ Beslemeleri = array ();
$ I = 0;
while($feed_r = mysqli_fetch_object($feed_sql)):
$feeds[$i] .= $feed_r->feed;
$ I + +;
endwhile;
$ Feed = new SimplePie ($ yayınları);
$ Feed-> handle_content_type ();
foreach($feed->get_items(0, 100) as $item) :
. $ item-> get_permalink () "
" echo;endforeach;
Ben ilk olsun
Notice: Undefined offset: 0 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 1 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 2 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 3 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 4 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 5 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 6 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 7 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 8 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 9 in I:\wamp\www\cmstut\includes\cron.php on line 22
Notice: Undefined offset: 10 in I:\wamp\www\cmstut\includes\cron.php on line 22
ve sonra ithal yemlerin dayalı yeni içerik için kalıcı bağlantı yazdırmaya başlar, ben ofset tanımsız o yok demektir biliyorum ama bunu alamadım, herhangi bir yardım mutluluk duyacağız