Should Short tags be avoided as much as possible?

Posted by sokiller on Stack Overflow See other posts from Stack Overflow or by sokiller
Published on 2010-06-09T18:14:26Z Indexed on 2010/06/09 18:22 UTC
Read the original article Hit count: 127

Filed under:
|

In PHP there are different short tags like <? ................... ?>, <?=$hello;?>.

But I wanted to know, if they should be avoided as much as possible? and Why?

© Stack Overflow or respective owner

Related posts about php

Related posts about subjective