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
Err: Requires php-cofig folder to be configured or located
Add day, month and year with date field
Sorting of Alphanumeric Column
Err: Call to a member function get_cellmap() on a non-object by sfDomPDFPlugin in Symfony
Download cached flash videos of Firefox and Chrome in Linux(Ubuntu)
Multi column check in sub query
MKV to AVI using mencoder
Err: unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in
Bulk rename using bash rename command
Err: WebGL not worked with Chrome 15 in Ubuntu 11.10
No comments:
Post a Comment