Possible Duplicate:
Storing Images in DB - Yea or Nay?
I'm learning PHP and MySQL concepts and while I have a solid, basic understanding of both, I've still yet to put them into practical use and make them interact so forgive me if the question is a little silly.
I was just wondering if say, I had a table for articles that have cover images - would it make sense to have a column like 'imagepath' where I would store the path of this image and retrieve it when necessary to display the cover?
If not using the method above, what solution would I need to relate images to database related content?