I usually just use <? for most cases. If you're writing something to share with others, I recommend using <?php. It adds to the readability, and some systems only allow <?php. There's a setting in your php.ini file that usually allows <?, but can be disabled easily.
Otherwise, (correct me if I'm wrong here) they are exactly the same.