PHP2008. 10. 23. 12:49
$total // 총 자료 $scale // 한 화면당 출력 자료 if($total % $scale){ $endpage = $scale * ((int)($total / $scale)); }else{ $endpage = $scale * ((int)(($total / $scale))-1); }
Posted by 아마데우스
서식2008. 10. 22. 17:50
Posted by 아마데우스
서식2008. 10. 22. 17:29

직접 만들었으니 마음껏 가져다 쓰세요.
Posted by 아마데우스
서식2008. 10. 22. 17:03
Posted by 아마데우스
서식2008. 10. 22. 16:56
Posted by 아마데우스