I have a question for you guys. This is a PHP forum so I figure most of you know the answer to this or the recommendation to his.
Ok so getting tot he point I wanna know which way of programming php is better. Is it better to use php to generate your pages like using printf() and those functions or is it easier and more practical to use HTML with PHP included for modularity(dynamic pages, and such). I use the former which is that I use printf and echo to print my html to the screen. I find my pages to be cleaner and easier to edit.So which way do you use?
Ok so getting tot he point I wanna know which way of programming php is better. Is it better to use php to generate your pages like using printf() and those functions or is it easier and more practical to use HTML with PHP included for modularity(dynamic pages, and such). I use the former which is that I use printf and echo to print my html to the screen. I find my pages to be cleaner and easier to edit.So which way do you use?