'John Doe', 'email' => 'john@example.com', 'joined' => '2024-12-01', 'status' => 'Active'], ['name' => 'Jane Smith', 'email' => 'jane@example.com', 'joined' => '2025-01-15', 'status' => 'Active'], ['name' => 'Carlos Perez', 'email' => 'carlos@example.com', 'joined' => '2025-03-10', 'status' => 'Inactive'], ]; ?>
| Name | Joined Date | Status | |
|---|---|---|---|
| = htmlspecialchars($customer['name']) ?> | = htmlspecialchars($customer['email']) ?> | = htmlspecialchars($customer['joined']) ?> | Active Inactive |