BLOB ISSUES

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
vichiq
Forum Newbie
Posts: 6
Joined: Tue Jul 28, 2009 12:35 pm

BLOB ISSUES

Post by vichiq »

Good day everyone,

Id like to ask help about blob, I saved my images to the database using the blob datatype and managed to pull it out from the database, my question is how do i resize an image from the database?

since the image will be used in different pages in different sizes. I am aware of the possibility of saving the pictures as files instead and manipulating them via html, how ever in this system we would like to keep using the blob method since it's an extension of a system we developed in our On the Job Training (A java application for computer usage monitoring in our school).

Be waiting for replies, thanks .
Post Reply