摘 要:结合目前我国C2C电子商务发展形势,本系统利用使用范围较广的PHP+SQL数据库的架构,实现用户所需要的购物流程,以及系统前台和后台设计的功能。本系统分为前台管理为用户提供友好的操作界面,供用户浏览、查询使用,具体包括购物流程、在线帮助功能。而后台管理则是提供给管理员的,包括商品管理、用户管理、订单管理、信息管理模块。使网站管理员从繁琐的手工操作中解脱出来,并提高了办公效率。
关键词:PHP;C2C; 系统设计
The website system based on PHP C2C design
Abstract: Combined with the current our country electronic commerce development situation of C2C, this system use a wide range of PHP+SQL database architecture, the user needed to achieve the shopping process, and the system of foreground and background design function. This system divides into the onstage management offers the friendly operation interface for users, for users to browse, query, including shopping, online help function. And the backstage management is provided to the administrator, including commodity management, user management, order management, information management module. The administrator of the site free from tedious manual operation, and improve the efficiency of the office.
Key words:PHP; C2C; System design
目 录
引言………………………………………………………………………………………………………………. 3
1.1开发可行性分析………………………………………………………………………………… 3
1.2功能需求分析……………………………………………………………………………………. 3
1.3系统设计特点……………………………………………………………………………………. 4
1.4系统开发设计思想…………………………………………………………………………….. 4
1.5系统设计的总体规则…………………………………………………………………………. 4
2.系统需求分析…………………………………………………………………………………………… 5
2.1开发背景分析……………………………………………………………………………………. 5
2.2系统结构功能分析…………………………………………………………………………….. 5
2.3前台购物流程……………………………………………………………………………………. 6
3.系统流程设计…………………………………………………………………………………………. 7
3.1系统整体流程图………………………………………………………………………………… 7
3.1用户注册功能流程…………………………………………………………………………….. 7
3.2商品搜索流程……………………………………………………………………………………. 8
3.3用户登录流程……………………………………………………………………………………. 9
3.4商品管理流程………………………………………………………………………………….. 10
3.5购物车流程……………………………………………………………………………………… 10
4.系统数据库设计……………………………………………………………………………………… 11
5系统实现………………………………………………………………………………………………….. 13
5.1数据库连接关键代码:……………………………………………………………………. 13
5.2系统关键代码及运行效果………………………………………………………………… 13
6、系统测试……………………………………………………………………………………………….. 22
参考文献…………………………………………………………………………………………………….. 23