= htmlspecialchars($product['name']) ?>
= htmlspecialchars((string)$product['sale_price']) ?>
Cart
| Item | Qty | Price | Total |
|---|
query("SELECT * FROM products WHERE stock_quantity > 0 ORDER BY name ASC"); $products = $stmt_products->fetchAll(); $stmt_customers = $pdo->query("SELECT * FROM customers ORDER BY name ASC"); $customers = $stmt_customers->fetchAll(); ?>
= htmlspecialchars((string)$product['sale_price']) ?>
| Item | Qty | Price | Total |
|---|