PHP+Mysql 기반 도서 카 트 시스템 의 실례 상세 설명

PHP+Mysql 은 도서 카 트 를 간단하게 실현 했다.
본 고 는 PHP+HTML 을 통 해 도서 카 트 의 기능 을 간단하게 실현 하 는 방법 을 다 루 는데 이것 은 우리 php 프로젝트 의 일부 내용 을 추출 하 는 것 이다.주요 내용 은 다음 과 같다.
    1.JavaScript 와 Iframe 을 통 해 부분 레이아웃 인터페이스 구현
    2.PHP 는 클래스 를 어떻게 정의 하여 데이터베이스 에 접근 하 는 기능 을 실현 합 니까?
    3.간단 한 카 트 추가 기능 실현
    4.백 스테이지 관리 프론트 페이지 구현
    이 프로젝트 는 기 말 에 완성 되 었 기 때문에 PHP 는 방금 배 웠 을 뿐 비교적 간단 하 다.
효과 도 는 다음 과 같다.
이것 은 배경 관리 페이지 입 니 다:
后台管理页面
이것 은 프론트 페이지 입 니 다:
在这里插入图片描述
在这里插入图片描述
index.php 페이지:

<!DOCTYPE html>
<html lang="zh-cn">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
 <meta name="renderer" content="webkit">
 <title>      </title> 
 <link rel="stylesheet" href="css/pintuer.css" rel="external nofollow" rel="external nofollow" >
 <link rel="stylesheet" href="css/admin.css" rel="external nofollow" rel="external nofollow" >
 <script src="js/jquery.js"></script> 
</head>
<body style="background-color:#f2f9fd;">
<div class="header bg-main">
 <div class="logo margin-big-left fadein-top">
 <h1><img src="images/y.jpg" class="radius-circle rotate-hover" height="50" alt="" />      </h1>
 </div>
 <div class="head-l"><a class="button button-little bg-green" href="home/index.php" rel="external nofollow" target="_blank"><span class="icon-home"></span>     </a> &nbsp;&nbsp;<a class="button button-little bg-red" href="../lab/login.php" rel="external nofollow" ><span class="icon-power-off"></span>     </a> </div>
</div>
<div class="leftnav">
 <div class="leftnav-title"><strong><span class="icon-list"></span>    </strong></div>
 <h2><span class="icon-user"></span>    </h2>
 <ul style="display:block">
 <li><a href="info.php" rel="external nofollow" target="right"><span class="icon-caret-right"></span>    </a></li>
 <li><a href="page.php" rel="external nofollow" target="right"><span class="icon-caret-right"></span>    </a></li> 
 <li><a href="adv.php" rel="external nofollow" target="right"><span class="icon-caret-right"></span>    </a></li> 
 <li><a href="book.php" rel="external nofollow" target="right"><span class="icon-caret-right"></span>    </a></li>
 <li><a href="pass.html" rel="external nofollow" target="right"><span class="icon-caret-right"></span>    </a></li>  

 </ul> 

</div>

<ul class="bread">
 <li><a href="##" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" target="" class="icon-home">   </a></li>
 <li><a href="##" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" id="a_leader_txt">    </a></li>
 <li><b>    :</b><span style="color:red;">  </php></span>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    :<a href="##" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" >  </a> &nbsp;&nbsp;<a href="##" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" >  </a> </li>
</ul>
<div class="admin">
 <iframe scrolling="auto" rameborder="0" src="info.php" name="right" width="100%" height="100%"></iframe>
</div>
<div style="text-align:center;">

</div>
</body>
</html>
login.php 페이지:

<!DOCTYPE html>
<html lang="zh-cn">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
 <meta name="renderer" content="webkit">
 <title>  </title> 
 <link rel="stylesheet" href="css/pintuer.css" rel="external nofollow" rel="external nofollow" >
 <link rel="stylesheet" href="css/admin.css" rel="external nofollow" rel="external nofollow" >
 <script src="js/jquery.js"></script>
 <script src="js/pintuer.js"></script> 
</head>
<body>
<div class="bg"></div>
<div class="container">
 <div class="line bouncein">
  <div class="xs6 xm4 xs3-move xm4-move">
   <div style="height:150px;"></div>
   <div class="media media-y margin-big-bottom">   
   </div>   
   <form action="login_ok.php" method="post">
   <div class="panel loginbox">
    <div class="text-center margin-big padding-big-top"><h1>      </h1></div>
    <div class="panel-body" style="padding:30px; padding-bottom:10px; padding-top:10px;">
     <div class="form-group">
      <div class="field field-icon-right">
       <input type="text" class="input input-big" placeholder="    " name="username" data-validate="required:     " />
       <span class="icon icon-user margin-small"></span>
      </div>
     </div>
     <div class="form-group">
      <div class="field field-icon-right">
       <input type="password" class="input input-big" placeholder="    " name="password" data-validate="required:     " />
       <span class="icon icon-key margin-small"></span>
      </div>
     </div>
     <div class="form-group">
      <div class="field">
       <input type="text" class="input input-big" name="code" placeholder="        " data-validate="required:         " />
       <img src="images/passcode.jpg" alt="" width="80" height="32" class="passcode" style="height:43px;cursor:pointer;" onclick="this.src=this.src+'?'">
             
      </div>
     </div>
    </div>
    <div style="padding:30px;"><input type="submit" class="button button-block bg-main text-big input-big" value="  "></div>
   </div>
   </form>   
  </div>
 </div>
</div>

</body>
</html>
마지막 으로 글 이 여러분 에 게 도움 이 되 기 를 바 랍 니 다.그리고 PHP 와 관련 된 지식 도 배 워 주시 기 바 랍 니 다.처음 배 워 서 블 로 그 를 쓰 는 것 은 바로 연습 하 는 것 입 니 다.항상 자신 이 블 로 그 를 쓰 는 데 문제 가 있다 고 생각 하지만 자신 이 말 할 수 없습니다.여러분 들 이 부족 한 점 을 제기 하 시기 바 랍 니 다!저 WeChat 도 추가 할 수 있어 요.
PHP+Mysql 을 기반 으로 도서 카 트 시스템 의 인 스 턴 스 를 간단하게 실현 한 것 에 대한 상세 한 설명 은 여기까지 입 니 다.더 많은 관련 PHP+Mysql 도서 카 트 내용 은 우리 의 이전 글 을 검색 하거나 아래 의 관련 글 을 계속 조회 하 시기 바 랍 니 다.앞으로 많은 지원 바 랍 니 다!

좋은 웹페이지 즐겨찾기