Author:Shyshko A.A., Zavadskaya T. V, Kushnirenko Ye. N
Resource: DONETSK NATIONAL TECHNICAL UNIVERSITY. YOUNG SCIENTISTS’ RESEARCHES AND ACHIEVEMENTS IN SCIENCE (APRILE 19, 2018)
Shyshko A.A., Zavadskaya T. V, Kushnirenko Ye. N - Subsystem of administration distributed database of the trade organization This article suggests creating and realization database and application of auto shows. Modern technologies are offered as development tools. They are: phpMyadmin, XAMPP, MySQL. Also the interface of the subsystem was developed. Interface was developed by using programming languages: HTML, PHP. The subsystem contains all Donetsk auto shows and operates within the city.
subsystem, database, index, application, interface,structuralscheme.
Nowadays, buying various things is occurring by the Internet. All you want you can order through the Internet and this subsystem will help you. The objective of the project is creation subsystem of administration distributed database of the trade organization. Namely auto show where user can buy any car that he wants. You need to enter your personal information: Your name and surname, your passport number and series, you telephone number information of auto show: name of auto show, address of auto show, address of delivery, date of delivery and also information about the car: brand, model, color, type of transmission, engine capacity.
1 To create database for each information columns
2 To combine columns through the index relations
3 To project an interface of subsystem
4 To realize the interface
5 To combine database and interface into one
6 Test the subsystem for the errors and fix them
Using the DBMS phpMyAdmin create our database which contains tables: avto, avtosalons, id, personaldata. PhpMyAdmin is a free and open source administration tool for MySQL and MariaDB. As a portable web application written primarily in PHP, it has become one of the most popular MySQL administration tools, especially for web hosting services [1].
Each table contains columns which have information concerning the table. The table avto has five columns: «id», «name», «color», «value», «korobka».
The table «avtosalons» has five columns too: «id», «name», «adress», «dostavka», «data».
The table «personaldata» has four columns: «id», «FIO», «Pasport», «number».
The table «id» has four columns: «id_avto», «id_avtosalons», «id_personaldata»
In order to ensure more convenient operation of the subsystem, it‘s necessary to implement the interface. The essence of the interface in this project is the convenience of introducing and retrieving the necessary information.
To implement the interface, I used such programming languages as: HTML and PHP.
Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document [2].
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. It was originally created by Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive acronym PHP: Hypertext Preprocessor [3].
The subsystem of administration of the distributed database of the trade organization was developed. This subsystem allows the user to purchase a car without leaving home, which in the future will greatly simplify the purchase of everything that the buyer wants.
1.phpMyAdmin [Electronic resourse] . – Access mode: https://en.wikipedia.org...
2. HTML [Electronic resourse] . – Access mode:https://en.wikipedia.org...
3. PHP [Electronic resourse] . – Access mode https://en.wikipedia.org...