At the moment I'm coding a website in which the content comes from a MySQL database. I use "eval()" to include the code into the page.
Is this a good way to create a page or is it bad for the performance/speed of the page? Would it be much faster to put the content in files and use "include()" to put them into the site?
Thanx for your support, Phlow.