Arkadaşlar merhaba elimde bir php oyun scripti var, script ana sayfaya tum oyunları kategorik olarak listeliyor. Ama ben yalnızca sectiğim kategori ve ona ait oyunların listelenmesini istiyorum. Veritabanındaki tum oyunları ana sayfaya yazdıran ana fonksiyon PHP:
function makeGamesListc() $output = ""; foreach($this->gamedata as $category) else $count++; if(count($category['games']) != 1 && (count($category['games']) % 2) == 1 && ($count == count($category['games']))) } eval("$output .= "".$this->template['category']."";"); } } return $output; }

Yukarıdaki ana fonksiyondu, bu fonksiyonu kullanarak ana sayfaya oyunları yazdıran fonksiyon ise PHP:


Bu konuda yardımcı olabilecek birileri varsa sevinirim