help me pls

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rjuy
Forum Newbie
Posts: 15
Joined: Thu Apr 17, 2008 4:56 am

help me pls

Post 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.................
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: help me pls

Post 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.
Post Reply