From 05e11aeb0ce7ab35c0b5fa56c5803c5c33391e14 Mon Sep 17 00:00:00 2001 From: pv46ob8yn <1158664939@qq.com> Date: Sun, 10 Oct 2021 12:59:57 +0800 Subject: [PATCH] ADD file via upload --- showpicture.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 showpicture.php diff --git a/showpicture.php b/showpicture.php new file mode 100644 index 0000000..c8e6745 --- /dev/null +++ b/showpicture.php @@ -0,0 +1,15 @@ + +query(iconv('UTF-8', 'UTF-8', $sql)); + + list($ZP) = $result->fetch(PDO::FETCH_NUM); + + $image = base64_decode($ZP); + echo $image; +?> \ No newline at end of file