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.................
help me pls
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: help me pls
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.
So you will obviously need the image file available on the server.