session_start(); include("header.htm"); include("connectusers.php"); $sql="select counters.solantruycap*1 as tong,users_ql.user, users_ql.ten, users_ql.nhom from counters INNER JOIN users_ql on users_ql.user=counters.user where users_ql.trangthai='1' order by tong desc"; //echo $sql; $result=mysql_query($sql); $num_results=mysql_num_rows($result); echo "
Báo cáo trạng thái website ĐHNL
"; echo "Số lần truy cập đến các web site cá nhân"; echo ""; echo "
\n"; echo " STT | \n"; echo "\n"; echo " Họ tên | \n"; echo "\n"; echo " Địa chỉ | \n"; echo "\n"; echo " Số lần xem | \n"; echo "
".$k." | \n"; echo "(".$row["user"].")-".$row["ten"]." | \n"; echo "".$row["nhom"]." | \n"; echo "".$row["tong"]." | \n"; echo "
Các đơn vị cập nhật trong ngày hôm nay:".date("d-m-Y").""; echo "Support by: http://ns.hcmuaf.edu.vn"; mysql_close(); //include ("../footer.htm"); ?>