묻고답하기

<?

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

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 남기남
김봉혁 저기 해상도 문제때문에... [1] 2007.08.10
양진혁 포토샵에서요.... [2] 2007.08.10
sss 이미지 크기 리사이즈 할 때 세로 크기 말인데요... [1] 2007.08.10
이재영 이미지 새창으로 열었다가 닫는법좀 가르쳐주세요 ;ㅁ; [3] 2007.08.10
칠복^-^ 검색기능에 관하여..  
dream.o.t 웹디 초보인데요. [4] 2007.08.10
김지현 이 빈틈 없애는 방법 없을까요? (캡쳐첨부) [2] 2007.08.10
Stylist™ 엔지오 회원분들은 [3] 2007.08.10
구라 팝업창 닫기제어 하는 법좁 가르쳐주세요 [1] 2007.08.10
병민 요즘 서버 공부를 하고 있는데요. [3] 2007.08.10
최동철 setup.php 에관하여 저 초보 (^^* [1] 2007.08.10
크림@ 나모웹에딧 질문점...  
프샴 z-index를 써서 홈페이지를 만들려면 [3] 2007.08.10
키드키드 플레쉬에서 이렇게 만드는방법은?? [1] 2007.08.10
키드키드 플레시 질문이요  
장보영 윈도xp에서 포토샵7.0 을 설치했는데요..  
코아코아 이 홈페이지좀 봐주세요.. [6] 2007.08.10
프로우 플래시에서 폰트를 Break Apart 하면 깨져버려요;  
빨간고추 아이프레임 안에 들어있는 게시판에서 로긴했을때... [1] 2007.08.10
소바 제 홈 좀 봐주세요...뭐가 문제인가요? [4] 2007.08.10
홍인수 노프레임에서 제로보드 스킨의 스타일이 페이지 전체에 영향을 줍니다 [2] 2007.08.10
최영복 웹하드 질문입니다.....에휴~...ㅠ.ㅠ(초보질문) [1] 2007.08.10
[!] 제 홈피 레이아웃인데요. [5] 2007.08.10
βangⓢⓔ♣ 웹을 돌아다니다 보믄... [2] 2007.08.10
이은경 노프레임 홈페이지에 배경음악 설치.. [2] 2007.08.10
♣모야이넘은♣ 급질문요)이싸이트 좀 봐주세요(읽어주신 모든 여러분 감사합니다) [2] 2007.08.10
꾸러기^^ 모닝샵,프리샵,비비샵중어떤것이.... [1] 2007.08.10
김민수 제목표시줄에 Mirosoft Internet Explorer 안 붙게 하려면 어떻게 하나요? [4] 2007.08.10
[-_-]KLclub 마퀴보다 부드러운소스가 있나요? [3] 2007.08.10
권정민 하나로통신 adsl ....... 포트 다 막아놓은 듯 하네요;; [4] 2007.08.10