// category'e ait verileri çekme
$sorgu = $db->prepare('SELECT * FROM posts ORDER BY id DESC');
$sorgu->execute(array());
$dersler = $sorgu->fetchAll(PDO::FETCH_ASSOC);Bu şekilde eski yerini güncelle hocam.
Hocam merhabalar. Şu an kategori adı yazdırmıyor
Notice: Trying to access array offset on value of type bool in
C:xampphtdocsdenemeeindex.php on line
34 diyor. nedendir?