Clients

query("SELECT * FROM clients ORDER BY created_at DESC"); while ($row = $stmt->fetch()) { echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } ?>
Name Company Email Phone Status Actions
  " . htmlspecialchars($row['name']) . "" . htmlspecialchars($row['company_name']) . "" . htmlspecialchars($row['email']) . "" . htmlspecialchars($row['phone']) . "" . htmlspecialchars($row['status']) . ""; echo ""; echo ""; echo "