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