Home

+ $row[ca_name]"; } ?>

= 0 and it_sell_use ='Y' "; $result = mysql_query($total_sql) or die (mysql_error()); $nTotalCount = mysql_num_rows($result); $nPage = ceil($nTotalCount / $g_list_rows); if (!isset($pg)) $pg = 1; $nFrom = ($pg - 1) * $g_list_rows; $sql = $total_sql . " order by it_rank desc, it_id desc limit $nFrom, $g_list_rows "; $result = mysql_query($sql) or die (mysql_error()); $mod = 4; if(!mysql_num_rows($result)) { echo "\n"; echo ""; echo ""; echo ""; echo "
¾ÆÁ÷ »óÇ°ÀÌ ÁغñµÇÁö ¾Ê¾Ò½À´Ï´Ù.
"; } else { echo ""; $i=0; while($row=mysql_fetch_array($result)) { if($i%$mod==0 && $i!=0) echo ""; $i++; echo ""; } while($i%$mod!=0) { $i++; echo ""; } echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo ""; echo get_it_image($row[it_simg],"100","100"); echo ""; echo "
$row[it_name]
\\".number_format(get_it_amount($row[it_id]))."

".pageListing($pg, $nPage, $g_list_rows, "./list.php?ca_id=$ca_id&pg=")."
"; } ?>