I'm not really familiar with template in PHP (although if I understand correctly, PHP is a template engine) and I need help of a good, simple tutorial for templating in PHP. Anyone has links for this stuff?
Thanks.
Printable View
I'm not really familiar with template in PHP (although if I understand correctly, PHP is a template engine) and I need help of a good, simple tutorial for templating in PHP. Anyone has links for this stuff?
Thanks.
Nevermind, echo is faster. :(
Don't use echo to produce HTML. Some alternate construct syntax makes creating templates easier.
Thanks virtualAdd.