I'm trying to validate a login using row count of a query, but I'm not getting it:
My connection looks like this:
include("defines.php");
try {
$PDO = new PDO('mysql:host=' . HOST . ';dbname=' . DB, USER, PASS );
$PDO->exec("set name...
asked by
10.08.2018 / 02:54