Просмотр файла topca/top/uch.php

Размер файла: 386B
<?
include "config2.php";

$link=mysql_pconnect ($DB_HOST, $DB_USER, $DB_PASS);
mysql_select_db($DB_NAME);

$arr=mysql_query("select id from users where 1;");
$i=mysql_num_rows($arr);
$as=mysql_query("select id from users where counthost>=1;");
$asi=mysql_num_rows($as);

print "&#x423;&#x447;&#x430;&#x441;&#x442;&#x432;&#x443;&#x44E;&#x442;:<b> $asi
&#x438;&#x437; $i  </b><br/>";
?>