The database is made with MySQL.
To work you need to add a file called Connection.php in the folder sites, it must contain the following code:
<?php
session_start();
$conn = new mysqli("server ip", "username", "password" , "database name");
?>
This is a database project for university.