imposhandiknowiam Posted January 10, 2008 Share Posted January 10, 2008 i have php site connected to a postgreSQL database in which i have a field of URLs of pictures to use. i have constructed a query gettin the data i want but i need to be able to view all the images that its brought back and am really stuck on how to do this...ive looked all over the net and i really just cant work it out!! any help in simplish terms would be great! thanks!! Quote Link to comment https://forums.phpfreaks.com/topic/85362-php-and-postgresql-database-with-pictures/ Share on other sites More sharing options...
btherl Posted January 10, 2008 Share Posted January 10, 2008 What do you mean by "I need to view all the images" ? Do you want to display them on a website? As thumbnails? Quote Link to comment https://forums.phpfreaks.com/topic/85362-php-and-postgresql-database-with-pictures/#findComment-436064 Share on other sites More sharing options...
santhosh_89 Posted April 11, 2009 Share Posted April 11, 2009 Hello dear, You should have stored the pictures file in a directory,This path will be stored in database,If you want to show the image in interface,you should connect with database, Then fetch that file path,assigned to image tag,Thats all,Now you can see the image, are u expecting this or some other else, Quote Link to comment https://forums.phpfreaks.com/topic/85362-php-and-postgresql-database-with-pictures/#findComment-807100 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.