http://qs321.pair.com?node_id=209054


in reply to Re: PHP (and Perl) at Yahoo!
in thread PHP (and Perl) at Yahoo!

I am programming PHP for a living and it is a bit strange that everyone points out that PHP mixes HTML with code and that is a bad thing. Me personally never mixes code and HTML. There are template engines to do the code separation (Smarty comes to my mind, and a Lithuanian phemplate engine). So mixing PHP and HTML rarely happens, especially when you do big websites in OO style (PHP OO support is still very limited though)