I read all possible questions on StackOverflow, I asked all people who I know and no one can help me. I have table in database:
CREATE TABLE IF NOT EXISTS `z
Try below
echo '';
For better maintenance you can add data:image/png;base64 as your header then only echo base64_encode( $row['zdjecie'] ) this will work for single_image.php?id=$id
data:image/png;base64
echo base64_encode( $row['zdjecie'] )
single_image.php?id=$id