基于php的手机销售网站的设计与实现__大学毕业论文设计 下载本文

毕业设计(论文)

题目:基于PHP的手机销售网站的设计与实现

1

大学毕业设计(论文)任务书

学院(直属系):院电子信息工程系 时间:2014 年4 月15日 学 生 姓 名 设计(论文)题目 指 导 教 师 基于PHP的手机销售网站的设计与实现 调查各大网上手机销售商城(如亚马逊,京东等)的使用情况 主要研 研究可行的网上手机销售商场的方案 究内容 研究开发网上手机销售的核心技术手段 分析开发过程中核心模块 研究方法 分步骤解决开发过程中遇到的问题 通过各种途径需找决绝方法 主要技术主要技术:PHP、MySQL数据库、SMARTY模板、HTML5、JS等 指标(或研研究目标:开发出实用、高效的系统 究目标) [1] 邵煜. PHP和MySQL WEB开发[M].北京:机械工业出版社,2005。 主要参考文献 [2] DAVID LANE[美].PHP & MySQL WEB数据库应用开发指南[M].南京:东南大学出版社,2006。 [3] MIHAI BUCICA[美].AJAX与PHP WEB开发[M].北京:人民邮电出版社,2007。 2

基于PHP的手机销售网站的设计与实现

摘要

近年来,随着Internet的迅速崛起,互联网已日益成为收集提供信息的最佳渠道并逐步进入传统的流通领域。于是电子商务开始流行起来,越来越多的商家在网上建起在线商店,向消费者展示出一种新颖的购物理念。

网上购物商城作为电子商务其中一种表现形式在我国有了飞速的发展,具有一定的优势,但仍存在许多问题。本文主要分析了网上商城的组成情况,重点介绍了网站前台功能模块的详细思路和实现方法,以及对后台数据库关键技术和部分源代码的详细说明。该系统主要用SMARTY模板引擎,分离了PHP逻辑代码和外在HTML+CSS内容,使程序员改变程序的逻辑内容不会影响到前端的页面设计,前端重新修改页面不会影响到程序的程序逻辑,大幅度提高了购物商城的运行速度。本手机销售网站实现了用户注册、登录、商品浏览和查询、对商品的购买使用购物车以及用户订单的生成等一系列功能。 关键词: 手机销售网站, PHP, MySQL

I

The Mobile phone sales website Based On PHP

Abstract

In recent years, with the rapid rise of the Internet, the Internet has increasingly to be the best channel to collect information and gradually entered the traditional circulation field.So the electronic commerce became popular, more and more businesses built on the Internet online store, to consumer shows a kind of new shopping concept.

Online mall as one kind of expression form in e-commerce have a rapid development in our country, has a certain advantage, but there are still many problems.This article mainly analyzes the composition of online mall, focus on site at the front desk function module of thinking and implementation method in detail, and the key technology of background database and part of the source code.The system mainly USES the smarty template engine, separates the logic code, and the content of external HTML + CSS, PHP programmer change the program logic and content will not affect the front page design, front-end to modify the page will not affect the program's logic, greatly improve the running speed of the shopping mall.This mobile phone sales website realizes user register, login, browse and query of commodity, to use the shopping cart and user purchases of goods orders, the production of a series of functions such as. Key Words: Mobile phone sales,PHP,MySQL

II