bopritchard
Programmer
how do i retrieve an image from a mysql db with field type BLOB?
when i
$picture=$row[4];
print"
$picture
";
i get all of the binary code returned...obviously there is something im missing...thanks
when i
$picture=$row[4];
print"
$picture
";
i get all of the binary code returned...obviously there is something im missing...thanks