I'm working on a big internet project. I'm writing code in PHP, and I need some advice.
My website has both dynamic and static pages. The dynamic pages get contents from a MySQL DB. But I want to put the contents of the static pages into the MySQL DB tables too. Is it a good idea? Please explain me pros and cons if you think that it's not good idea.