include "../left.html";?>
|
 |
 |
|
 |
 |
include "../dbcon.inc";
$tsql=mysql_query("select count(no) from h_group where c_position='5'");
$trs=mysql_fetch_array($tsql);
$total=$trs[$tsql];
$sql=mysql_query("select * from h_group where c_position='5' order by hit desc");
?>
 |
|
if (mysql_num_rows($sql)==0){
?>
µî·ÏµÈ Ưº°È°µ¿ ȨÆäÀÌÁö°¡ ¾ø½À´Ï´Ù.
|
}else{
?>
Total : =$trs[0]?>
|
|
while($rs=mysql_fetch_array($sql)){
?>
=$rs[c_kname]?>
|
|
}
}?>
|
 |
|
 |
|
|
 |
|
|