Using PHP on the Internet Design and Implementation of Used Transaction System

인터넷 상에서 PHP를 이용한 중고거래 시스템의 설계 및 구현

  • Published : 2018.05.31

Abstract

The system of this paper designs and implements a used trading system that is commonly used on the Internet. In order to pursue local transactions based on location, we designed the system by dividing the region in consideration of the general characteristics of used transactions that are restricted by transactions through distance and location. To do this, I used MySQL as the database engine and I used PHP, an Internet server-based scripting language, for database interworking. Due to the characteristics of secondary transactions, information security and design of each product are considered.

본 논문의 시스템은 인터넷 상에서 일반적으로 이용되는 중고거래 시스템을 설계 및 구현하였다. 거리 및 위치를 통해 거래에 제한을 받는 중고거래의 일반적인 특성을 고려해 위치기반을 통한 지역성 있는 거래를 추구하기 위해 지역을 분할하여 시스템을 설계하였다. 이를 위해, 데이터베이스 엔진으로 MySQL을 사용하였고 데이터베이스 연동을 위해 인터넷 서버 기반 스크립트 언어인 PHP를 사용하였다. 중고거래의 특성상 정보보안 및 각 상품에 대한 디자인의 부각을 고려하였다.

Keywords