elk dolk wrote:
I am storing just the name of photos in the database and the photos are in /img 
folder  ,
and there is no permissions issue.

So it's a path issue.

You need to reference the image as:

<img src="/img/image_name_here">

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to