[PHP] Re: displaying image from MySQL DB using HTML/PHP

2007-03-13 Thread Haydar Tuna
Hello, I think your image field in mysql table is BLOB. Firstly, you can create like a image.php file for call image data from table. You can call your image data this file with GET,POST or SESSION variables and in image table there is a uqiue field for call any image such as personal id

[PHP] Re: Displaying image from MySql DB

2002-02-22 Thread Jim Winstead
Reginald Mullin <[EMAIL PROTECTED]> wrote: > Now I understand why I'm getting the error. What I'd like to know is how to > get around it? Basically what I want is the image in the DB to be displayed > like any regular image would be on an HTML page, i.e. src="imageGoesHere" height="x" width="x