묻고답하기

<?

//데이터 베이스 연결하기

include "db.php";







$page_size=20;  





$page_list_size = 10;






if (!$no || $no < 0) $no=0;






$query = "select id,cop,cus,pass,cusno,rdate,car,caryear,won,cars,carno,copno,chano,cuspno,comment,DATE_FORMAT(wdate,'%Y-%m-%d') as date,see from deallone order by id desc limit $no,$page_size";

$result = mysql_query($query, $conn);




$result_count=mysql_query("select count(*) from deallone",$conn);

$result_row=mysql_fetch_row($result_count);

$total_row = $result_row[0];








if ($total_row <= 0) $total_row = 0;


$total_page = floor($total_row / $page_size);





$current_page = floor($no/$page_size);



?>



<html>

<head>

<title>할부현황</title>


<link rel="stylesheet" href="7bok.css" type="text/css">
</head>



<body topmargin=0 leftmargin=0 text=#464646>

<center>

<BR>



<font size=2> </a>

<BR>

<BR>




<table width=800 border=0  cellpadding=2 cellspacing=1 bgcolor=#777777>


<tr height=20 bgcolor=#999999>

    <td width=30 align=center>

        <font color=white>번호</font>

    </td>

            <td width=30 align=center>
        <font color=white>신청일</font>
    </td>
    <td width=170  align=center>

        <font color=white>상 사</font>

    </td>

    <td width=50 align=center>

        <font color=white>신청자</font>

    </td>        

    <td width=160 align=center>

        <font color=white>차 명</font>

    </td>

    <td width=140 align=center>

        <font  color=white>할부금</font>

    </td>    

</tr>


<?


while($row=mysql_fetch_array($result))

{



?>


<tr>


    <td height=20  bgcolor=white align=center>

        <a href=read.php?id=<?=$row[id]?>&no=<?=$no?>><?=$row[id]?></a>

    </td>


    <td height=20  bgcolor=white align=center>
        <a href=read.php?id=<?=$row[id]?>&no=<?=$no?>><?=$row[rdate]?></a>
    </td>

    <td height=20  bgcolor=white> 

        <a href=read.php?id=<?=$row[id]?>&no=<?=$no?>><?=strip_tags($row[cop], '<b><i>');?></a>

    </td>



    <td align=center height=20 bgcolor=white>

        <font  color=black>

            <a href="mailto:<?=$row[email]?>"><?=$row[cus]?></a>

        </font>

    </td>



    <td align=center height=20 bgcolor=white>

        <font  color=black><?=$row[car]?></font>

    </td>



    <td align=center height=20 bgcolor=white>

        <font  color=black><?=$row[won]?></font>

    </td>


</tr>


<?

}





mysql_close($conn);
?>

</table>





<table border=0>

<tr>

<td width=600 height=20 align=center rowspan=4>

<font  color=gray>

 

<?



$start_page = (int)($current_page / $page_list_size) * $page_list_size;



$end_page = $start_page + $page_list_size - 1;

if ($total_page < $end_page) $end_page = $total_page;



if ($start_page >= $page_list_size) {



    $prev_list = ($start_page - 1)*$page_size;

    echo  "<a href="$PHP_SELF?no=$prev_list">◀</a>n";

}




for ($i=$start_page;$i <= $end_page;$i++) {



$page=$page_size*$i;
$page_num = $i+1;
    

    if ($no!=$page){
        echo "<a href="$PHP_SELF?no=$page">";

     }

    

    echo " $page_num ";
    

    if ($no!=$page){

        echo "</a>";

    }



}






if($total_page > $end_page)

{


    $next_list = ($end_page + 1)* $page_size;

    echo "<a href=$PHP_SELF?no=$next_list>▶</a><p>";

}

?>



</font>

</td>

</tr>

</table>



<a href=write.php>글쓰기</a>

</center><br>
</body>

</html>


이곳 저곳에서 필요한것만 뽑아서 만든 게시판형식의 대장관리 플그램입니다..

완전 초짜라서.. 여기까지만 하는데에도 꽤 긴 시간이 걸렸습니다.

헌데 검색기능이 절실히 필요한지라.. 검색기능을 넣으려고 하는데..

도무지 어떻게 해야할지 엄두조차 안나네요..

이곳저곳 알아보러 다니는데만 3일정도가 걸리네요..

도움주시면 감사하겠습니다.. (__)
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
소2222 스케치북5버전 파일첨부가 안됩니다 도와주세요 file  
드럼메니아 왼쪽 메뉴쪽에 이미지 파일넣는방법 [1] 2014.10.12 by 로이조52
HSJI iptime nas에서 xe사용시 파일 첨부 문제 [4] 2014.10.12 by minzero
lyn 스케치북 게시판 스킨 부트스트랩 아이콘이 안나와요. [2] 2014.10.11 by lyn
qwms 모바일 페이지에서 좌측 메뉴를 슬라이드로 열려고 합니다. [7] file 2014.10.11 by qwms
forman php 에러 [1] 2014.10.11 by GG
qweruiop Parse error: syntax error문제! 도와주세요 ㅠㅠ [1] file 2014.10.11 by qweruiop
SeungXE 복권 모듈 수정된 버전 가지고 계신 분 계신가요?  
lifeto gaussian blur 효과 css3 [3] 2014.10.11 by SeungXE
sam95 동영상 팝창 위젯 있나요? [1] 2014.10.11 by SeungXE
쑤유 admin 페이지가 안 열리는데 회원가입 차단 어떻게 하죠? [2] 2014.10.11 by 쑤유
oscarmike 중국 IP 어떻게 차단할 수 있을까요? [2] 2014.10.11 by Double'U'
몰몰 스케치북 유튜브 게시판 질문드립니다. [2] file 2014.10.11 by sdkfj24
무실 XE 코어 업그레이드 후 관리자 페이지에 나온 스케치북 게시판도 업그레이드를 하니 관리자가 댓글을 쓸 수 없게 된 것 같습니다. [2] 2014.10.11 by 무실
unfade 홈페이지 카운터가 아예 작동하지 않습니다. [2] 2014.10.11 by unfade
쑤유 phpMyadmin 에서 코멘트 지우려면 뭘 지우면 되나요? [5] 2014.10.11 by 쑤유
소2222 xe 관리자 비밀번호 오류,,, [2] 2014.10.11 by 소2222
씨디맨 모바일에서 동영상이 안나오네요. [1] 2014.10.10 by 공수래
호이쨔아 css div태그 수정 문의좀드립니다 [2] 2014.10.10 by 호이쨔아
무실 스케치북 게시판 업그레이드 후 댓글 수 색깔이 까맣게 되었습니다. [5] 2014.10.10 by 무실
DDuBBa 링크된 주소를 바꾸려는데요..  
광땽 인덱스 페이지가 충돌합니다.ㅠㅠ [2] 2014.10.10 by 광땽
공수래 iframe 질문 드려요. [2] 2014.10.10 by 공수래
Harry 게시판 추천즘 부탁드립니다.  
엡뽀 링크 노출 관련 [1] 2014.10.10 by Double'U'
수퍼 본문 썸네일 클릭하면 원본사진보기 [3] file 2014.10.10 by 수퍼
닥터헬프 1.7,7,1 에서 포인트가 없어도 글이 읽어지네요 file  
오늘은삽질왕 사이트 이전을 했는데... 초기화면 띄울려면 어디를 손봐야 할까요? [1] 2014.10.10 by sejin7940
올트레기 로그인 세션 유지 시간 문의  
김형진354 다른게시판에서 긁어오기 식으로 게시글을 올리는데 썸네일이 나오지않습니다 [1] 2014.10.10 by 모해