prepare($sql); $stmt->execute([$email]); $client = $stmt->fetch(); if ($client && password_verify($password, $client['password'])) { $_SESSION['client_id'] = $client['id']; $_SESSION['client_name'] = $client['name']; header("Location: dashboard-client.php"); exit; } else { $errors[] = "Invalid email or password."; } } } ?> Client Login - SkillRunner

Client Login

Don't have a client account? Register here.