I sort of discovered by accident that
<?php ... ?>
can be shortened to
<? ... ?>
Is this a bad idea? In some cases? What cases are they? Are there anymore shorthand examples? I am aware of shorthand examples involving conditional statements but I don't find them easier to read.
Please link me if this has been answered elsewhere, but I could not find it via a search. Maybe I'm not using the right keywords.