prepare(" SELECT a.*, p.id_profile, p.email AS p_email, p.moto, p.provinsi, p.kabupaten, p.kecamatan, p.desa, p.kode_pos, p.facebook, p.instagram, p.linkedin, p.whatsapp FROM account a LEFT JOIN profile p ON a.id_account = p.id_account WHERE a.id_account = ? "); $stmt->execute([$accountId]); $user = $stmt->fetch(PDO::FETCH_ASSOC); if (!$user) { header("Location: operations_account.php"); exit; } $fotoSrc = (!empty($user['foto']) && file_exists($user['foto'])) ? $user['foto'] : 'images/faces/user.jpg'; $hasProfile = !empty($user['id_profile']); include 'header.php'; ?>

Dashboard Account

Detailed view of collected data for

Account Detail Overview

Profile image

@

""

Password
••••••
Fingerprint Device Unknown') ?>
Personal Information
Full Name Not provided' ?>
Username Not provided' ?>
Email Address Not provided' ?>
WhatsApp Not provided' ?>
Instagram Not provided' ?>
Facebook Not provided' ?>
LinkedIn Not provided' ?>
Address Details
Province -' ?>
Regency / City -' ?>
District -' ?>
Village -' ?>
Postal Code -' ?>