![]() |
|
XP is just a number | |
PerlMonks |
Re: Image "gallery" design considerationsby janx (Monk) |
on Jun 19, 2002 at 12:01 UTC ( #175634=note: print w/replies, xml ) | Need Help?? |
I'm wondering if there are other similar/better or different ways of thinking about doing this. I'm already using SQL (mysql) to hold the News articles on the site, so I could probably
make a table there to hold the images and image data, but I've never personally done that, and then I have to deal with filesystem-based storage vs. storing the images in the
database itself as a BLOB.
IMHO you don't want to store the images as BLOB in the database. What I would suggest is:
1. Store you pictures in the filesystem. Another tip: Think about using templates. A great module would be HTML::Template by Sam Tregar. Kay
In Section
Seekers of Perl Wisdom
|
|