畢業設計-基于PHP的網上購物網站系統設計,共45頁,14912字,附完整的程序源代碼。包括前臺,后臺的實現,先運行phpStudyAdmin后打開dzsw/install.php
摘要
隨著Internet技術的發展,人們的日常生活已經離不開網絡。未來社會人們的生活和工作將越來越依賴于Internet技術的發展,也將越來越數字化、網絡化、電子化、虛擬化。電子商務也隨著網絡的發展日益和人們的生活貼近。Internet的發展歷程以及目前的應用狀況和發展趨勢,可以充分地相信網絡技術將極大的改變我們的生活和工作方式,甚至社會的價值觀也會發生某種變化。本設計嘗試用PHP在網絡上架構一個動態的網上商品購物網站,以使每一位顧客不用出門在家里就能夠通過上網來輕松購物。
本文詳細介紹了基于PHP的網上購物系統的系統結構設計、實現方法和操作流程,并介紹了系統各個模塊的主要功能和數據庫設計及功能。該系統采用B/S結構,采用PHP技術進行動態窗體頁面的設計。后臺數據庫選用MySQL 數據庫。系統設計并實現了會員注冊及登錄模塊,會員基本信息模塊,會員購物模塊,產品搜索模塊,管理員商品管理模塊,用戶管理模塊,訂單管理模塊,信息管理模塊等一系列功能模塊。最后,對網上購物系統進行了系統測試,各個模塊功能運行良好。
關鍵字:Internet,PHP,B/S,網上購物系統
Title PHP-based Shopping Inline System
Abstract
Along with the development of internet technology, daily life can not go on without the network. The life and work of the social people of future will depend on the development of digital technology more and more , digitization, networking, electronization, virtual more and more. E-commerce presses close to people's life day by day along with the development of network too.Developing course and present application state and development trend of Internet can believe network technology will change life and working way of us greatly, and even change the values of the society to some extent.This paper tries to build up a dynamic e-commerce website in the network with PHP, so that each customer needn't go out and can do some shopping easily through internet at home 。
This paper describes system structure design, implementation method and operation process based on PHP, and introduces main functions of various modules about the system and database design. The system uses B/S structure, and conducts design of dynamic form page by PHP technology. Background database selects MySQL database. System design realizes a series of function modules such as user registration and landing module, user basic information module, shopping module, searching goods module, the management of goods ,the management of user,the management of orders ,the management of news and so on. Finally, the paper tests Shopping Inline System, and the result finds that kinds of modules operate well.
Keyword: Internet,PHP,B/S ,e-Shopping
目 次
1 緒論 1
1.1開發背景及意義 1
1.2 國內外電子商務現狀 1
1.3本文研究的內容 3
1.4 開發可行性分析 3
1.4.1 管理上的可行性 3
1.4.2 技術上的可行性 3
1.4.3 經濟上的可行性 4
1.4.4法律可行性 4
1.4.5執行可行性 4
2 系統需求分析 5
2.1目標和任務 5
2.2 系統功能分析 5
2.2.1 功能性需求概述 5
2.2.2系統流程分析 7
2.2.3 系統目錄結構 8
2.3數據庫分析 9
2.3.1 數據庫需求分析 9
2.3.2數據庫概念結構設計 9
2.4系統開發環境 10
2.4.1 硬件平臺 10
2.4.2 服務器平臺 10
2.4.3 開發工具 10
2.4.4 技術構架 10
2.6數據字典 11
2.6.1數據元素 11
2.6.2數據存儲。 11
3系統概要設計 13
3.1系統結構設計 13
3.1.1 系統體系結構 13
3.1.2 系統總體功能結構 14
3.1.3 系統總體物理結構 16
3.2數據庫結構設計 17
3.2.1數據庫概念結構設計 17
3.2.2數據庫邏輯設計 17
4系統詳細設計 22
4.1系統設計 22
4.2 公共模塊設計 22
4.2.1 數據庫公共模塊 22
4.2.2 common.php和golbal.php單元 23
4.3產品模塊設計 23
4.3.1 產品類型設計 23
4.3.2 產品添加設計 23
4.3.3 產品信息查詢 25
4.4前臺頁面模塊設計 26
4.4.1首頁設計 26
4.4.2 產品詳細信息 27
4.4.3 購物車設計 28
4.4.4結賬處理 29
4.4.5 會員注冊和登錄頁面設計 29
4.4.6 會員賬戶管理 30
4.5 訂單管理模塊設計 30
4.6會員管理模塊設計 32
5 系統測試 33
5.1系統測試 33
5.1.1 測試的目的 33
5.1.2測試的準則 33
5.1.3測試的方法 33
5.2 單元測試實例 34
5.3 綜合測試 35
5.4系統的維護主要包括四個方面 35
總結 36
致 謝 38
參考文獻 39