Könnte ich was an die idHTTP Komponente schicken?
Habt Ihr ein Beispiel für mich?
Code:
if (password_verify($password, $row['password']) && $count==1) {
$_SESSION['userSession'] = $row['user_id'];
header("Location: home.php");
??????????????????????????????????