Registration-form
This is registration and authentication forms written in PHP, JQuery
Each file is:
header.php - html-file for links "Главная", "Регистрация", "Вход", "Выход", and links to handlers, respectively.
reg.php - error and success messages + registration form.
index.php - main content
dbconnect.php - database connection
registration.php - As part of the session, we process the data entered by the user. If this user is not yet registered, we send his data to the database using SQL query.
captcha.php - generates a captcha and displays an image
script.js - Checking the validity of the entered data (password and mail) on the browser side
logout.php - Logout button handler and clearing session with mail and password
(В результате, введенные пользователем данные окажутся здесь.) As a result, the data entered by the user will be here.