hi,
i can store images in a mysql database, but i am having trouble to retreive the image to show it in a webpage.
this is what i did :
___________________________________________________
@MYSQL_CONNECT("localhost","root","password");
@mysql_select_db("binary_data");
$query =...