mysqli_stmt_fetch($stmt);
if (password_verify($password, $db_password)) {
$_SESSION["firstname"] = $firstname;
$_SESSION["lastname"] = $lastname;
$_SESSION["designation"] = $designation;
$_SESSION["role"] = $role;
$_SESSION["logged_in"] = true;
header("location: sprc.php");
header("location: sprc.php");
header("location: sprc.php");
$wrong = "Wrong Username or Password";
mysqli_stmt_close($stmt);
$wrong = "Wrong Username or Password";