diff --git a/app/views/pages/polymer_search.php b/app/views/pages/polymer_search.php index 8bd6365..66521b7 100644 --- a/app/views/pages/polymer_search.php +++ b/app/views/pages/polymer_search.php @@ -66,16 +66,15 @@ -
-
- + 0) { while($row = mysqli_fetch_assoc($result)) { diff --git a/app/views/pages/profile.php b/app/views/pages/profile.php index fbcae93..0cd54a9 100644 --- a/app/views/pages/profile.php +++ b/app/views/pages/profile.php @@ -26,10 +26,6 @@
-
diff --git a/db/connection.php b/db/connection.php index f8ff879..e13fc31 100644 --- a/db/connection.php +++ b/db/connection.php @@ -9,7 +9,7 @@ $conn = mysqli_connect($dbHost, $dbUser, $dbPassword, $dbName); //Will show the last connection attempt error and return the connection -if ($conn->connect_errno) { +if (!$conn->connect_errno) { die("There was a connection error: " . $conn->connect_error); }