Đang xem 3 Toàn hệ thống:1380 Trong vòng 1 giờ qua
Tư vấn trực tuyến
Thông tin nhân sự
Số lần xem trang: 3260 Điều chỉnh lần cuối: 07-10-2015
//include("connect.php");
//$u="nls";
//$nhom="810";
$sql="select chitietvn as truongmuc from submenu where stt_sub=".$nhom." and hienthi='1' and user='$u'";
// echo $sql;
$result=mysql_query($sql);
if ($result)
{
$row1=mysql_fetch_array($result);
$truongmuc=$row1["truongmuc"]; //lay truong muc in ra theo nhom
//paging muc tin them
//$n2=$HTTP_GET_VARS["n2"]*1;
echo "
".$truongmuc."
";
if($lng=="en")
$sql="select id,tieudeen as tieude,ngay,nhom from noidung where nhom='".$nhom."' and hienthi='1' and user='$u' and id<>$id and tieude not Null order by sapxep desc";
else
$sql="select id,tieudevn as tieude,nhom,ngay from noidung where nhom='".$nhom."' and hienthi='1' and user='$u' and id<>$id order by sapxep desc ";
//$sql="select id,tieudevn as tieude,nhom,ngay from noidung where nhom='".$nhom."' and hienthi='1' and user='$u' and id<>1 order by sapxep desc ";
//echo $sql;
$result=mysql_query($sql);
$num_results=mysql_num_rows($result);
if ($result)
for($z=0;$z<$num_results;$z++)
{
$row=mysql_fetch_array($result);
$ten1=$row["tieude"];
$ten=strURL($ten1).".html";
echo "