<? $count_topics = mysqli_result("SELECT COUNT(*) FROM `forum` WHERE `id_comm` = '0' AND `type` = 'topic'"); echo $count_topics;?>