ac senthilkumar's blog
________________________________________________________________________________________
Wednesday, December 31, 2008
Fetch and display the image(bytea) from postgres DB
$image = stripcslashes($row[1]);
header("Content-Type: image/jpg");
print($image);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
quicktime demuxer not found in Ubuntu 11.10
Err: Call to a member function get_cellmap() on a non-object by sfDomPDFPlugin in Symfony
Apache authentication and authorization using LDAPS
Custom access denied error page for sites/default/files url in Apache
Download cached flash videos of Firefox and Chrome in Linux(Ubuntu)
Err: The specified CGI application misbehaved by not returning a complete set of HTTP headers ...
Use of one cell value as a comment in another
Series Generating Functions
Ubuntu upgrading - mount /tmp as noexec error
Bulk Convert Office Documents into PDF using unoconv
No comments:
Post a Comment