I am making my own website from scratch using PHP and I want to know the best way to strore a blog entry. Should I store the data in a database such as MySQL? Should I store a blog entry as an XML file? Should I use some sort of hybrid method? Please don't bother mentioning any third-party products as I am only interested in creating my website myself from scratch.