From 674a25dcba7244e93b3c065c94bb2231347f4428 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 21 Jul 2022 20:41:01 +0100 Subject: [PATCH] Added Description --- image.php | 1 + upload.php | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/image.php b/image.php index 4cd6908..a8a79b2 100644 --- a/image.php +++ b/image.php @@ -40,6 +40,7 @@ echo "

ID: ".$image['id']."

"; echo "

File Name: ".$image['imagename']."

"; echo "

Upload Date: ".$image['upload']."

"; + echo "

Description: ".$image['alt']."

"; ?> diff --git a/upload.php b/upload.php index 292a272..2cf5597 100644 --- a/upload.php +++ b/upload.php @@ -11,10 +11,13 @@
-
+
+ +
+