include "left.html";?>
|
 |
 |
|
 |
 |
include "../dbcon.inc";
$tsql=mysql_query("select count(no) from h_group where c_position='3'");
$trs=mysql_fetch_array($tsql);
$total=$trs[$tsql];
$sql=mysql_query("select * from h_group where c_position='3' order by hit desc");
?>
|
|
 |
|
|