Page 1 of 1

help me pls

Posted: Thu Apr 24, 2008 6:17 am
by rjuy
hi, i make a web site that can store image and what i am aiming to retrieve the image....

yes it works I can retrieve the image , but the problem is that i still need to save the image on the directory in where i saved my php files...

now, what I want is to echo write a away the picture into the web page---- means from the database into the web page right away without having to save the image in the directory...........

is there a way such in doing this thing????????????

pls. help me guys

thanks a lot.................

Re: help me pls

Posted: Thu Apr 24, 2008 6:19 am
by aceconcepts
The file name in the database needs to reference a directory on the server where the image is kept.

So you will obviously need the image file available on the server.