prepare('INSERT INTO plant_images (name) VALUES (?)'); $stmt->execute([$file]); } } // Fetch distinct plant types for this user $stmt = $pdo->prepare( 'SELECT DISTINCT plant_type FROM plant_specifications WHERE modx_user_id = ? ORDER BY plant_type ASC' ); $stmt->execute([$userId]); $plantTypes = $stmt->fetchAll(\PDO::FETCH_COLUMN); $h = fn($v) => htmlspecialchars((string) $v, ENT_QUOTES, 'UTF-8'); include __DIR__ . '/../../../layouts/header.php'; include __DIR__ . '/../../../layouts/navbar.php'; ?>

Plant Analysis

Variables used in Plant Analysis recommendation programs.


To add plant specification ranges, please contact your administrator or use the database management tools.