diff --git a/img/c-1.jpg b/img/c-1.jpg deleted file mode 100644 index c4df810..0000000 Binary files a/img/c-1.jpg and /dev/null differ diff --git a/img/c-2.jpg b/img/c-2.jpg deleted file mode 100644 index 3da7fa0..0000000 Binary files a/img/c-2.jpg and /dev/null differ diff --git a/img/c-3.jpg b/img/c-3.jpg deleted file mode 100644 index 06f18a3..0000000 Binary files a/img/c-3.jpg and /dev/null differ diff --git a/img/c-4.jpg b/img/c-4.jpg deleted file mode 100644 index 41cd8a9..0000000 Binary files a/img/c-4.jpg and /dev/null differ diff --git a/img/c-5.jpg b/img/c-5.jpg deleted file mode 100644 index 37726ec..0000000 Binary files a/img/c-5.jpg and /dev/null differ diff --git a/img/c-6.jpg b/img/c-6.jpg deleted file mode 100644 index a4ae4f0..0000000 Binary files a/img/c-6.jpg and /dev/null differ diff --git a/img/c-7.jpg b/img/c-7.jpg deleted file mode 100644 index 1d076c5..0000000 Binary files a/img/c-7.jpg and /dev/null differ diff --git a/img/c-8.jpg b/img/c-8.jpg deleted file mode 100644 index 7d21e89..0000000 Binary files a/img/c-8.jpg and /dev/null differ diff --git a/index.html b/index.html index 56bd57a..332e984 100644 --- a/index.html +++ b/index.html @@ -103,7 +103,7 @@

Product List

- +
@@ -115,7 +115,7 @@

Product List

- +
@@ -127,7 +127,7 @@

Product List

- +
@@ -139,7 +139,7 @@

Product List

- +
@@ -153,7 +153,7 @@

Product List

- +
@@ -165,7 +165,7 @@

Product List

- +
@@ -177,7 +177,7 @@

Product List

- +
@@ -189,7 +189,7 @@

Product List

- +
diff --git a/index.php b/index.php index 285b0a4..06d46f7 100644 --- a/index.php +++ b/index.php @@ -107,7 +107,7 @@ $link = mysqli_connect('172.20.1.101', 'ecomuser', 'ecompassword', 'ecomdb'); if ($link) { - $res = mysqli_query($link, "select * from strollers;"); + $res = mysqli_query($link, "select * from products;"); while ($row = mysqli_fetch_assoc($res)) { ?>