diff --git a/ad_recommendation.php b/ad_recommendation.php new file mode 100644 index 0000000..ac49d66 --- /dev/null +++ b/ad_recommendation.php @@ -0,0 +1,132 @@ +query($query); +$adProduct = $result->fetch_assoc(); + +if ($adProduct): +?> + + +
+
+ <?= htmlspecialchars($adProduct['model']) ?> +
+
+
🔥 Empfehlung des Tages
+

+

+ +

+ Jetzt entdecken +
+
+ + diff --git a/index.php b/index.php index 6a593ed..91794ba 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,8 @@ require_once __DIR__ . '/lib/bootstrap.php'; + +