HI,
I want to show an image from a database but to do that I am using :
$result = @mysql_query($sql);
$data = @mysql_result($result, 0, "PICTURE");
$type = @mysql_result($result, 0, "FILETYPE");
Header("Content-type: $type");
echo $data;
but after this I also want to show some text info. How can I do this ? I
will have to use something else besides header. Please Help.
Thanks,
Vishal
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] session handler class Aral Balkan
- RE: [PHP] session handler clas... scott [gts]
- Re: [PHP] session handler clas... Joe Rice
- RE: [PHP] session handler clas... Cesar Cuneo /Corpsoft
- RE: [PHP] session handler clas... scott [gts]
- Re: [PHP] session handler class Aral Balkan
- Re: [PHP] PHP Form (aka:Re: [PHP] Can any o... Michael Kimsal
- Re: [PHP] PHP Form (aka:Re: [PHP] Can a... Andrew Halliday
- RE: [PHP] Can any one spot the Parse error Here scott [gts]
- RE: [PHP] Can any one spot the Parse error ... Warren Vail
- Re: [PHP] Showing an Image kachaloo
- Re: [PHP] Showing an Image mike cullerton

