diff --git a/db.php b/db.php index 18fb409..5b9a6b4 100644 --- a/db.php +++ b/db.php @@ -10,4 +10,5 @@ function fetchCats() { $cats = $stmt->fetchAll(); return $cats; -} \ No newline at end of file +} +?> \ No newline at end of file diff --git a/public/forms/bid.php b/public/forms/bid.php deleted file mode 100644 index e69de29..0000000 diff --git a/public/forms/review.php b/public/forms/review.php deleted file mode 100644 index e69de29..0000000