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: Unlock Login Keyring in Ubuntu 11.10 problem
Download cached flash videos of Firefox and Chrome in Linux(Ubuntu)
Err: Major problems have been detected and must be fixed before continuing while installing Symfony 2
Add day, month and year with date field
MKV to AVI using mencoder
Err: Requires php-cofig folder to be configured or located
Type Cheking
Multi column check in sub query
Turn USB write protect flag off
To run remote host's application from our machine
No comments:
Post a Comment