Hi,
I have this cgi script (perl) which has to retrieve an image from the database. This image is stored in a column of the blob datatype of a Mysql database (using DBI).
Can I just do this by using a reguler select query?
Once I have retrieve the blob from the database, how can I display it in my webpage.
Is it possible to show me an example.
Thanks in advance.
Tijs
I have this cgi script (perl) which has to retrieve an image from the database. This image is stored in a column of the blob datatype of a Mysql database (using DBI).
Can I just do this by using a reguler select query?
Once I have retrieve the blob from the database, how can I display it in my webpage.
Is it possible to show me an example.
Thanks in advance.
Tijs