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
Advanced SQL to fetch entire year deatail records
Err: Can't include or not working
Div tag alignment problem in Drupal
Custom access denied error page for sites/default/files url in Apache
List file names with modified time stamp customized
Err: Call to a member function get_cellmap() on a non-object by sfDomPDFPlugin in Symfony
Making of Alphanumeric input using Regular Exp
Creating PostgreSQL filesytem
Err : Child node has no properties while handling AJAX response XML
Err: min-height not work in CSS
No comments:
Post a Comment