how to display images from database in php?

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

i write bellow code to display images from database



        
3条回答
  •  离开以前
    2020-12-07 05:42

    As above + be sure to pass the replace = true parameter to the header function.

    header( 'Content-Type: image/jpeg', true );

提交回复
热议问题