|
Posted by seaside on 12/13/06 02:50
eholz1 schrieb:
> Hello PHP group,
>
> I looks like this is a good forum to ask my question. I am using both
> PHP and MySQL.
> I would like/am designing a photo database for the web - not heavy duty
> - not complex, like menalto Gallery, etc. My idea is to use PHP and
> MySQL. I would like to store the images in the MySQL database, and
> display them using PHP.
I wonder, if storing images in a MySQL DB is a wise choice.
Why not generate a unique/random name for each image and store a
reference to these names in an SQL table?
Are there are good reasons, to transfer the whole images through your
MySQL connections and make table rows large?
Navigation:
[Reply to this message]
|