how to display images from database in php?

后端 未结 3 1813
予麋鹿
予麋鹿 2020-12-07 05:10

i write bellow code to display images from database



        
3条回答
  •  执念已碎
    2020-12-07 05:28

    You also might use base64 encoding to build in the image. Like

    
    

    UPDATE, base64 encoding example

    You can do that easily:

    ';
    ?>
    

提交回复
热议问题