Dear all
I have been reading about templates and they seem nice; however, I got few concerns:
Do I have to use a thirdparty template? If yes, then is it Smarty, FastTemplate, PHPLib or what? Since my site isn't that big, do I have to make my own?
What is the best technique? Is it separating php code from html or separating business logic (i.e. retrieving data from a database or making a calculation from) from data presentation?
Which syntax should I use in the html: {NAME} or <?=$name?> (Like Smarty)
If I am going to make my own style, do I have to make a template for each page (in my case for Tutorials and Tools)