From fe1d13d28bf72c28c3a0c322c0a47694d80fafe0 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Sun, 10 Nov 2019 16:04:46 +0100 Subject: [PATCH] users can now list their products --- list-products.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 list-products.php diff --git a/list-products.php b/list-products.php new file mode 100644 index 0000000..cf2198b --- /dev/null +++ b/list-products.php @@ -0,0 +1,28 @@ +" + . htmlspecialchars($row["name"]) . "

\n"; +} + +?> + + + + + + + + List products + + + + +