Example #1
0
<?php

include 'class/Database.php';
$logIn = new Database();
$logIn->logIn(md5($_POST['password']));