资源描述:
《网上商品购物网站》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊摘要随着Internet技术的发展,人们的日常生活已经离不开网络。未来社会,人们的生活和工作将越来越依赖于数字技术的发展,也将越来越数字化、网络化、电子化、虚拟化。电子商务也随着网络的发展日益和人们的生活贴近。Internet的发展历程以及目前的应用状况和发展趋势,可以充分地相信网络技术将极大的改变我们的生活和工作方式,甚至社会的价值观也会发生某种变化。本设计尝试用PHP在网络上架构一个动态的网上商品购物网站,以使每一位顾客不用出门在家里就能够通过上网来轻松购物。用户可以在登陆后根据自己的需求选择自己
2、喜欢的商品,当选好所有商品后就可以去开收货单,根据收货单据付款。本文清晰描述了数据库的设计,给出购物车编码设计并进行测试,采用PHP+MYSQL+Apache开发技术,设计并完成网上购物平台的构建。本系统主要为用户提供了用户注册、购物车管理、商品搜索、用户资料修改等功能,为管理员提供了商品管理、信息管理、订单管理等功能。关键词:PHP;网上购物;PHP+MYSQL+Apache。共III页第III页┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊AbstractWiththedevelopmentofInternettechnology,peopl
3、e'sdailylifeisinseparablefromthenetwork.Thefuturesociety,people'slifeandworkwillmoreandmoredependonthedevelopmentofdigitaltechnology,willbemoreandmoredigital,networking,electronic,virtual.Withthedevelopmentofe-commerceisalsogrowingandclosetopeople'slives.ThedevelopmentofInternetcourseandpres
4、entapplicationstateanddevelopmenttrend,canfullybelievenetworktechnologywillgreatlychangeourwayoflifeandwork,andevensocialvalueswillhavesomechanges.ThedesignattemptstousethePHPinthenetworkstructureofadynamiconlineshoppingwebsite,sothateverycustomerneednotgooutathomecaneasilythroughtheInternet
5、shopping.Userscanloginaccordingtotheirownneedstochoosetheirownlikegoods,allgoodscanbeelectedtoopenthereceipt,paymentonreceipt.Inthispaper,acleardescriptionofthedatabasedesign,codedesignisashoppingcartandtested,usingPHP+MYSQL+Apachedevelopmenttechnology,designandcompleteonlineshoppingplatform
6、construction.Thissystemismainlytoprovideuserswithuserregistration,shoppingcartmanagement,merchandisesearch,modifyuserinformationandotherfunctions,asadministratorforcommoditymanagement,informationmanagement,ordermanagementandotherfunctions.Keywords:PHP;Onlineshopping;PHP+MYSQL+Apache共III页第III
7、页┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊目录1绪论11.1研究课题的背景和可行性分析11.2数据库简介11.3所用开发环境简介21.3.1PHP语言的概述21.3.2MySQL以及PHP+MySQL概述22需求分析42.1系统需求42.2需求分析42.3系统功能分析图53小型电子商务平台数据库设计63.1E-R模型的建立63.2关系数据模型的建立83.3数据库表的设计84系统设计144.1系统总体框架设计144.2系统具体功能设计164.3系统详细设计