I was just wondering what you people think is the most efficient way to seperate HTML from PHP code. Should i use includes? Or should i simply turn the PHP code on and off where the HTML is in my pages? I have also heard of a solution using .tpl files and including the whole site in an object. What is (in your opinion) the best method?
Thanks in advance