Display MySQL BLOB'd image on webpage without separate script (PHP)
        Posted  
        
            by robhardgood
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by robhardgood
        
        
        
        Published on 2010-03-08T01:14:00Z
        Indexed on 
            2010/03/08
            1:18 UTC
        
        
        Read the original article
        Hit count: 628
        
So I've got some images stored in a MySQL database as BLOB's (I know it's better to just store the directory and do it that way, but this is what I need to do for now) and I need to display them on a webpage. Now, I know how to make a script and give it an image header and pull the img src from there, but I have a lot of images from different places for different uses, so I'd have to make a ton of these scripts and I'd rather not clutter up my files like that. Anyway, does anyone know of a function or something I can use to display the image that will run on the same page?
© Stack Overflow or respective owner