From ed0594f8f73c6eee8c6eca6ecf6208952ea26cdc Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 13 May 2023 15:36:20 +0200 Subject: add products working (no image upload working yet) --- public/product.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public/product.php') diff --git a/public/product.php b/public/product.php index 172a30c..70c511d 100644 --- a/public/product.php +++ b/public/product.php @@ -26,13 +26,17 @@ $product = $res->fetch_object();
id."-full.jpg"; - echo ""; + echo <<<"EOF" + + $product->name + + EOF; ?>

name ?>

price ?> - description ?> +

description ?>

-- cgit v1.2.3