This commit is contained in:
whitedot
2012-12-27 17:32:04 +09:00
11 changed files with 85 additions and 55 deletions

View File

@ -60,6 +60,7 @@ $sql = " select *
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
$listall = '';
if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';