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 @@
-
+
+ +
+