Tagged Questions
1
vote
2answers
720 views
How to display a image from Postgres database
I have Images in bytea form in PostgreSQL/PostGIS database, i want to display them in a webpage using PHP - PostgreSQL.
I got lot of examples and I worked out but not getting output from them...
Few ...