View file topic/index.php
<? /////////////////////////////////////////// // Автор: Уфимец // // Сайт: http://wap.vav.su // // // /////////////////////////////////////////// include("sconf.php"); $sql=mysql_query("SELECT * FROM sitetop;"); if($sql) { $result=mysql_fetch_array($sql); $topic=$result['topic']; echo $topic; } else { } ?>