I'm stumped. I need to display a bitmap object in my website (the easy part) that is stored in an ole object that is stored as a blob (lo) in my postgresql database. From my research I'm assuming I need to use COM objects, but I have no clue as to how to go about doing that. I have experimented with lo_export() which saves the ole object onto the server and lo_readall() which displays a bunch of gobbly gook for me.