Is it better to use the short PHP tag "<?" or the long PHP tag "<?php"? I've seen both used quite extensively, but I noticed that web hosts have to enable the short tag in php.ini. Is the short tag usually supported by web hosts, or should I use the long tag to be on the safe side?
NathanKP