Welcome Guest, Not a member yet? Register   Sign In
need how to store image that is been uploaded in the database with attaching some description and then retrieving like a
#3

[eluser]praxedis[/eluser]
$imagebytes = $row[imgdata];
header("Content-type: image/jpeg");
print $imagebytes;


Messages In This Thread
need how to store image that is been uploaded in the database with attaching some description and then retrieving like a - by El Forum - 12-10-2008, 01:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB