Shortage Alerts
All Alerts
| Medicine | Days to Shortage | Risk Level | Last Updated | Actions |
|---|---|---|---|---|
| $risk"; ?> | View Details |
prepare("SELECT * FROM users WHERE id = ?"); $stmt->execute([$userId]); $user = $stmt->fetch(); // Fetch shortage alerts $stmt = $pdo->prepare("SELECT * FROM shortage_predictions WHERE user_id = ? ORDER BY days_to_shortage ASC"); $stmt->execute([$userId]); $alerts = $stmt->fetchAll(); ?>
| Medicine | Days to Shortage | Risk Level | Last Updated | Actions |
|---|---|---|---|---|
| $risk"; ?> | View Details |