Thread: general storage question with SQL

general storage question with SQL

From
Toy
Date:
Hi, I'm a newbie with SQL in general.  I am building a site with PHP
and postrgreSQL that will have articles.  In the postgreSQL db, should
I store the actual article inside it, or just the path of the article
on my machine?  How about with images?  What are the benefits and or
bad points of storing in the database or just the path?  Thank you.
Jason