referencing images

wxdqz

New Member
Could anyone please help me solve my growing problem with images and mysql? I originally stored the images directly as blobs but could not get them to output. Does anyone know how?

Or.. can someone please give me the correct syntax to out put an image to a browser if..

I have something like this

table data=http://www.phpbuilder.com/board/archive/index.php/ID,Description,Image

values... 1,bla bla bla, images/africa/image1

I cannot get the image to output to the screen. Is there any code that will get that pointer to actually work and get the coresponding image displayed?
 
Back
Top