Hello Guys
What is the best way to design a php site. Is it better to put everything in database as a blob or just leave everything as html and include them using php.
Databases contain content, not pages.
Create static html/php pages and get the content from the database. Look at this site, the layout is static, only the articles come from the database.
Hi vincent
Great. Ok, Now I want to program my articles section. How my db should look like?
First write down which entities you need to be able to display articles. like: - The atricle itself - The author who wrote the article - ... etc...