'.$heading.''; while ($row_array_article = mysql_fetch_array ($result_article)) { $query="SELECT articles.heading,articles.filename,articles.comment FROM articles WHERE articles.category=$category_id AND articles.cat=$cat AND articles.active=1 AND articles.type=$row_array_article[0] ORDER BY articles.id DESC"; list_pages_top($query); if ($num_rows != 0) { print "

$row_array_article[1]

\n\n"; while ($row_array = mysql_fetch_array ($result)) { if (!http_check($row_array[1])) { $path="/$category_link/$row_array[1].html"; $web_link='
'; } else { $path=$row_array[1]; $web_link=''; } echo "\n"; } echo "
$web_link$row_array[0]
$row_array[2]
\n"; } list_pages_bottom('articles.html?todo=list&'); } print_main_table_end(); print_copyright_table(); print_footer_table(); ?>