Просмотр файла news/cnt.php
<?php Error_Reporting(E_ALL & ~E_NOTICE); Error_Reporting (ERROR | WARNING); $messages = mysql_query("select * from `news` where type='news';"); $count = mysql_num_rows($messages); echo "$count"; ?>
<?php Error_Reporting(E_ALL & ~E_NOTICE); Error_Reporting (ERROR | WARNING); $messages = mysql_query("select * from `news` where type='news';"); $count = mysql_num_rows($messages); echo "$count"; ?>