diff --git a/index.php b/index.php
index 11ec27e..9eeaa5c 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,5 @@
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
new file mode 100644
index 0000000..2fa0303
--- /dev/null
+++ b/lib/bootstrap.php
@@ -0,0 +1,12 @@
+
-
Secret pimmel
+
+
+
+
+ ['id' => 20, 'label' => 'iPhone'],
+ 'ipad' => ['id' => 21, 'label' => 'iPad'],
+ 'macbook' => ['id' => 22, 'label' => 'MacBook'],
+ 'airpods' => ['id' => 23, 'label' => 'AirPods'],
+ 'accessories' => ['id' => 24, 'label' => 'Accessories'],
+];
+?>
+
+
+
+
+ $cat): ?>
+
+
+
+ prepare("
+ SELECT productID, model, description, imagePath
+ FROM products
+ WHERE categoryID = ?
+ ");
+
+ $stmt->bind_param("i", $cat['id']); // i = integer
+ $stmt->execute();
+
+ $result = $stmt->get_result();
+ ?>
+
+ num_rows > 0): ?>
+
+ = htmlspecialchars($cat['label']) ?>
+
+
+
+
+
+ close(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file