# ********************************************************* # °³¹ßÀÚ : ÀÌ»óºÀ(webin) # # »ý¼ºÀÏ : 2001/06/29 # homepage : http://webin.sarang.net # e-mail : webin@webin.sarang.net # ICQ : 69796775 # # CopyRight2001¨Ïwebin # ¢Ñmade by sangbong lee¢Ð # # °³ÀÎÀûÀÎ »ç¿ëÀº ÇÁ¸®ÀÔ´Ï´Ù. ^^; # »ó¾÷ÀûÀÎ ¿ëµµÀÇ »ç¿ëÀº °³¹ßÀÚÀÇ µ¿ÀǸ¦ ÇÊ¿ä·Î ÇÕ´Ï´Ù. # ********************************************************* include "db_con.php"; //Àüü Ä«¿îÆ® $query = "select total from webin_static where id='$id' order by num desc limit 1"; $result = mysql_query($query) or die(mysql_error()); $row = mysql_fetch_array($result) or die(mysql_error()); $total_count = $row[total]; mysql_free_result($result); $query = "select distinct year from webin_static where id='$id'"; $result = mysql_query($query); $num_year = mysql_num_rows($result); while($row = @mysql_fetch_array($result)){ $year[] = $row[year]; } ?>
³âµµº° | HIT | ³âµµº° Á¢¼Ó Åë°è |
$year[$i]³â | $total_year[$i] | ![]() |
Æò±Õ | $avr_count | ![]() |
copyleft¨Ïwebin webin.sarang.net |