prepare("UPDATE clients SET timezone = ? WHERE id = ?"); $stmt->execute([$timezone, $client_id]); header('Location: dashboard.php?status=settings_updated'); exit; } else { header('Location: dashboard.php'); exit; }