Newspaper
http://en.picjoke.com/effect.php?effectnumber=208
http://en.picjoke.com/process.php?clipart_id=208&date=2010-04-06&picname=10-en-fd976edebdc42cf1eb2e2d11e022912e.jpg
BOSS
http://en.picjoke.com/effect.php?effectnumber=131
http://en.picjoke.com/process.php?clipart_id=131&date=2010-04-06&picname=7-en-fd976edebdc42cf1eb2e2d11e022912e.jpg
Wallpaper
http://en.picjoke.com/effect.php?effectnumber=140
http://en.picjoke.com/process.php?clipart_id=140&date=2010-04-06&picname=9-en-1145858648.jpg
Obama
http://en.picjoke.com/effect.php?effectnumber=79
http://en.picjoke.com/process.php?clipart_id=79&date=2010-04-06&picname=2-en-fd976edebdc42cf1eb2e2d11e022912e.jpg
Bill Gates
http://en.picjoke.com/effect.php?effectnumber=88
http://en.picjoke.com/process.php?clipart_id=88&date=2010-04-06&picname=10-en-fd976edebdc42cf1eb2e2d11e022912e.jpg
Coffee Cup and Newspaper
http://en.picjoke.com/effect.php?effectnumber=40
http://en.picjoke.com/process.php?clipart_id=40&date=2010-04-06&picname=7-en-fd976edebdc42cf1eb2e2d11e022912e.jpg
Internet is vague. It has nothing left to be covered now. However, things get messed up sometimes and I forgot where I used to find the materials I had just searched for some days ago. So, I am now gathering all those into this blog. This is just my bookmark or my scrapbook or anything you wish to say. If you think these are helpful, you can take references, no any rights to be defined here. No styles and no colorful designs, just an area to jot down some scraps and all. Enjoy
Pages
Showing posts with label picture. Show all posts
Showing posts with label picture. Show all posts
Monday, April 5, 2010
Tuesday, November 27, 2007
Saturday, November 17, 2007
PHP, BLOB and picture
website: http://www.webmasterworld.com/forum88/1325.htm
$sql = "SELECT Pic FROM Pictures WHERE ID=$id";
if(!($result=@mysql_query($sql))) showerror;
$data=@mysql_fetch_array($result);
if (!empty($data['Pic']))
{
//Change content type to your file type
header("Content-Type: image/gif");
print $data['Pic'] ;
}
Subscribe to:
Posts (Atom)