Re: [PHP] Show an image

2002-05-29 Thread Tyler Longren
Is the image's location on the server saved in 'FIELD' or is the actual image saved in 'FIELD'? tyler - Original Message - From: Félix García Renedo [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 12:08 PM Subject: [PHP] Show an image Hello everybody, I

RE: [PHP] Show an image

2002-05-29 Thread James E. Hicks III
I found a solution to this on the web somewhere. What they did was create image.php wich extracts your image from the DB and echo's it to the page after sending the correct content type header. Then in your other .php's/.html's use... img src=image.php?name=TEST.jpg James -Original