our script is below
Expand|Select|Wrap|Line Numbers
- if ($_REQUEST[gim] == 1) {
- header("Content-type: image/jpeg");
- print $bytes;
- exit ();
- }
the Question is now that how i will read blob data to the browser
Thanksss
How to read blob data from database
|