prepare("SELECT * FROM customers WHERE $where ORDER BY created_at DESC"); $stmt->execute($params); $customers = $stmt->fetchAll(); ?>

Customers

New Customer
Name Contact Category Status Created Actions
No customers found.