Basic test filling system with multiple tests, questions, answers and ends with user test result.
Edit a database configuration file, located at /inc/config.php
const DB_HOST = 'localhost';
const DB_USER = 'username';
const DB_PASS = 'password';
const DB_NAME = 'database';
- Mareks Dunkurs - Initial work - DraugiemGroup task.
This project made with PHP 5.3.29.