Search found 1 match
- Sat Feb 24, 2007 6:34 am
- Forum: Databases
- Topic: Put images into database or not? [SOLVED]
- Replies: 4
- Views: 617
I read that the main problem with storing the images into the database is the overhead to retrieve the images using a php script. If I use a servlet to retreive the images, will it be better than a php script ? I think that I'll stick with the databse to store the image path, names, description.. an...