Operations Account

Manage operational account data, Managing active accounts!

Data Account

query("SELECT * FROM account WHERE status = 'approved' ORDER BY id_account ASC"); $accounts = $stmt->fetchAll(); ?> '; $fotoSrc = (!empty($row['foto']) && file_exists($row['foto'])) ? $row['foto'] : 'images/faces/user.jpg'; $hasFoto = (!empty($row['foto']) && file_exists($row['foto'])) ? '1' : '0'; $fingerId = !empty($row['finger_id']) ? htmlspecialchars($row['finger_id']) : ''; $fingerOk = !empty($row['finger_id']); $sc = ($no % 2 == 1) ? 'row-odd' : 'row-even'; ?>
No Name Username Finger ID Status Action
15 ? substr($fingerId, 0, 15) . '...' : $fingerId; ?>