Re: [PHP-DB] Showing an image

2001-07-02 Thread kachaloo
Hi, Thanks ! I get it now Regards, Vishal - Original Message - From: "Beau Lebens" <[EMAIL PROTECTED]> To: "'kachaloo'" <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 3:56 PM Subject: RE: [PHP-DB] Showing an image > don't real

Re: [PHP-DB] Showing an image

2001-07-02 Thread kachaloo
__ - Original Message - From: "Beau Lebens" <[EMAIL PROTECTED]> To: "'kachaloo'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 1:14 PM Subject: RE: [PHP-DB] Showing an image > what yo

RE: [PHP-DB] Showing an image

2001-07-02 Thread Beau Lebens
alled "uid' which represents a key to pull the right image, in this case it is "xxx" :) HTH Beau // -Original Message- // From: kachaloo [mailto:[EMAIL PROTECTED]] // Sent: Monday, 2 July 2001 3:38 PM // To: [EMAIL PROTECTED] // Subject: [PHP-DB] Showing an image // /

[PHP-DB] Showing an image

2001-07-02 Thread kachaloo
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 $d